raw_data_2() returns the raw data paths of the [INSERT PACKAGE NAME]
package.
Arguments
- type
(optional) A
characterstring indicating the file type of the raw data (Default:NULL).- file
(optional) A
charactervector indicating the file name(s) of the raw data (Default:NULL).- package
(optional) A
characterstring 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, acharactervector with all file type names available.If
type != NULLandfile = NULL, acharactervector with all file names available from type.If
type != NULLandfile != NULL, acharactervector 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()
}
