Expand description
Module metadata
This data is returned by get_module_metadata() which is generated by extendr_module!.
Structsยง
- Metadata function argument.
- Metadata function.
- Metadata Impl.
- Module metadata.
- RArg ๐
Functionsยง
- join_
str ๐ - sanitize_
identifier ๐Wraps invalid R identifiers, like_function_name
, into backticks. Removes raw identifiers (r#
). - write_
doc ๐ - Generate a wrapper for a non-method function.
- write_
impl_ ๐wrapper Generate a wrapper for an implementation block. - write_
method_ ๐wrapper Generate a wrapper for a method.