powered by
Return the path to a documentation file in a package
docFile(file, package = "mosaic", character.only = FALSE)
the name of a file
the name of a package
a logical. If TRUE package names must be specified as character, else names will be converted as a convenience as is library() and library().
TRUE
library()
a character vector specifying the path to the file on the user's system.
# NOT RUN { MustangPrice <- read.file(docFile("MustangPrice.csv", "mosaic")) # }
Run the code above in your browser using DataLab