fn builtin_read_toml(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Read a TOML file and return its contents as an R named list.
@param file character scalar: path to the TOML file @return named list representing the TOML document