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, project = ".", pkg = NULL)

Arguments

Arguments Description
rd_file The name of the source Rd file
project The path to the root folder of the project.
pkg The path inside the project folder. Use only if the R package itself is in a sub-folder within the project.