read_rdfile {Rd2md}R Documentation

Read .Rd file

Description

And return object of class rdfile

Usage

read_rdfile(path, pkg_path = NULL, subclass = NULL)

Arguments

path

File path of ⁠*.Rd⁠-file

pkg_path

Package path, required to load macros, see tools::loadPkgRdMacros().

subclass

Potential subclass of returned rdfile object


[Package Rd2md version 1.0.0 Index]