find_data_file: find_data_file

View source: R/common.R

find_data_fileR Documentation

find_data_file

Description

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

Usage

find_data_file(filename, optional = FALSE, quiet = FALSE)

Arguments

filename

Filename (extension optional) to find

optional

Logical: file optional to find?

quiet

Logical - suppress messages?

Details

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

Value

Fully qualified file name, or NULL if file not found but is optional.


transportenergy/item_mip_data_processing documentation built on July 6, 2023, 7:51 p.m.