Skip to main content

interp_btreemap_to_list

Function interp_btreemap_to_list 

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

Convert a BTreeMap to a named R list (in key-sorted order).

@param h integer scalar: btreemap ID @return named list with keys in sorted order