Converts a given ‘Rd’ file into a list object
rd_to_list
Description
This function is meant to be used as a intermediate object that could be used as an easy way to convert the information inside the ‘Rd’ into other formats or outputs
Usage
rd_to_list(rd_file, pkg = ".")
Arguments
Arguments | Description |
---|---|
rd_file | The name of the source Rd file |
pkg | The path to the package |