Expand description
R reserved-word parameter name check.
- MXL110: A
#[miniextendr]function or method has a parameter whose name is an R reserved word. The proc macro forwards parameter names verbatim into the generated R wrapper, so the wrapper will be syntactically invalid.
Constants§
- R_
RESERVED 🔒 - R reserved words from
?Reserved.