Skip to main content

extract_slots

Function extract_slots 

Source
fn extract_slots(val: &RValue) -> Vec<(String, String)>
Expand description

Extract slot definitions from a representation or slots argument. Accepts a named list (list(x = “numeric”, y = “character”)) or a named character vector (c(x = “numeric”, y = “character”)).