Skip to main content

extract_data_frame

Function extract_data_frame 

Source
fn extract_data_frame(val: &RValue) -> Option<TableData>
Expand description

Extract table data from an RValue that is a data.frame.

Returns None if the value is not a data.frame list.