Skip to main content

vector_to_toml

Function vector_to_toml 

Source
fn vector_to_toml(vec: &Vector) -> Result<Value, RError>
Expand description

Convert an R atomic vector to a TOML Value. Scalars (length 1) become TOML scalars; longer vectors become TOML arrays.