Arguments
- type
(Optional) A
character
string indicating the file type of the raw data (Default:NULL
).- file
(Optional) A
character
vector indicating the file name(s) of the raw data (Default:NULL
).- package
(Optional) A
character
string indicating the package with the database data. IfNULL
, the function will try to use the basename of the working directory (Default:NULL
).
Value
If
type = NULL
, acharacter
vector with all file type names available.If
type != NULL
andfile = NULL
, acharacter
vector with all file names available from type.If
type != NULL
andfile != NULL
, acharacter
vector with the file name(s) path.
See also
Other R package functions:
raw_data_1()
,
update_pkg_versions()
,
update_pkg_year()
Examples
if (interactive()) {
raw_data_2()
}