Skip to main content

try_toml_array_as_dataframe

Function try_toml_array_as_dataframe 

Source
fn try_toml_array_as_dataframe(
    items: &[&Value],
) -> Result<Option<RValue>, RError>
Expand description

Try to convert a TOML array of inline tables into a data.frame. Returns None if the elements are not all inline tables with the same keys.