Return the path to a documentation file in a package
docFile(file, package = "mosaic", character.only = FALSE)
Arguments
- file
the name of a file
- package
the name of a package
- character.only
a logical. If TRUE
package names must be
specified as character, else names will be converted as a convenience
as is library()
and library()
.
Value
a character vector specifying the path to the file on the user's system.