fn extract_data_frame(val: &RValue) -> Option<TableData>
Extract table data from an RValue that is a data.frame.
Returns None if the value is not a data.frame list.
None