fn try_array_as_dataframe(arr: &[Value]) -> Result<Option<RValue>, RError>
Try to convert a JSON array of objects into a data.frame. Returns None if the array elements are not all objects with the same keys.
None