Skip to main content

interp_print_data_frame

Function interp_print_data_frame 

Source
fn interp_print_data_frame(
    args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Print a data.frame with aligned columns using TabWriter.

@param x a data.frame to print @return x, invisibly