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)