Read File from Package's extdata Folder

readPackageFile(file, package, stringsAsFactors = FALSE, ...)

Arguments

file

name of file (without path)

package

name of the package from which to read the file

stringsAsFactors

passed to read.csv (default: FALSE)

further arguments passed to read.csv

Value

result of reading file with read.csv