Skip to main content

interp_str

Function interp_str 

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

Display the compact internal structure of an object.

Prints type, length, and a preview of the first few elements. For data.frames, shows a structured view with column types aligned using the tabled crate.

@param x object to inspect @return NULL (invisibly)