fn try_toml_array_as_dataframe( items: &[&Value], ) -> Result<Option<RValue>, RError>
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.
None