Skip to main content

builtin_write_toml

Function builtin_write_toml 

Source
fn builtin_write_toml(
    args: &[RValue],
    named: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Write an R named list as a TOML file.

@param x named list to serialize @param file character scalar: path to the output TOML file @return NULL (invisibly)