Skip to main content

formal_name

Function formal_name 

Source
pub(crate) fn formal_name(formal: &str) -> &str
Expand description

Extract the R parameter name from a single formal (e.g. mode = c("a","b")mode). Pair with split_r_formals, never a raw split(',').