fn builtin_as_data_frame(
args: &[RValue],
named: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Coerce an object to a data frame.
@param x object to coerce @param row.names optional row names @return data.frame @namespace base