Expand description
Module metadata
This data is returned by get_module_metadata() which is generated by extendr_module!.
Structsยง
- Arg
- Metadata function argument.
- Func
- Metadata function.
- Impl
- Metadata Impl.
- Metadata
- Module metadata.
- RArg ๐
Functionsยง
- join_
str ๐ - sanitize_
identifier ๐ - Wraps invalid R identifiers, like
_function_name
, into backticks. Removes raw identifiers (r#
). - write_
doc ๐ - write_
function_ ๐wrapper - 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.