Find an internal, i.e. included with the package, data file.

find_csv_file(filename, optional, quiet = FALSE)

Arguments

filename

Filename (extension optional) to find

optional

Logical: file optional to find?

quiet

Logical - suppress messages?

Value

Full name of file, or NULL if file not found but is optional.

Details

Throws an error if file not found (and file is not optional).