Read an internal package CSV file.

read_csv_file(...)

Arguments

...

Filename, character

Value

The read-in dataframe.

Details

... is passed to system.file, so can be vectors specifying subdirectory and file(s) within the package.

Note

This is an internal function and not intended to be called directly.