fn df_get_column<'a>(df: &'a RList, name: &str) -> Option<&'a RValue>
Get a column from a data frame by name.