Skip to main content

factor_from_sexp

Function factor_from_sexp 

Source
pub fn factor_from_sexp<T: RFactor>(sexp: SEXP) -> Result<T, SexpError>
Expand description

Convert an R factor SEXP to a single enum value.