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”)).