Skip to main content

extract_names_strict

Function extract_names_strict 

Source
fn extract_names_strict(sexp: SEXP) -> Result<Vec<String>, SexpError>
Expand description

Extract names from an R SEXP with strict validation.

Errors on: missing names attribute, NA names, empty names, duplicate names.