Function extendr_api::rtype_to_sxp
source · pub fn rtype_to_sxp(rtype: Rtype) -> SEXPTYPE
Expand description
Convert extendr’s Rtype to R’s SEXPTYPE. Panics if the type is Unknown.
pub fn rtype_to_sxp(rtype: Rtype) -> SEXPTYPE
Convert extendr’s Rtype to R’s SEXPTYPE. Panics if the type is Unknown.