How can we get the source of R Documentation for an existing function (the contents of the *.Rd
), say plot
or lubridate::ymd
. Something for documentations that is similar to fix
for functions?
How to get the corresponding Rd documentation file of a function
244 Views Asked by d.b At
1
tools::Rd_db
creates a named list of parsed .Rd files for an installed package. For instance, to print the contents of lubridate's .Rd fileymd.Rd
, you could use: