Skip to contents

[Experimental]

raw_data_2() returns the raw data paths of the [INSERT PACKAGE NAME] package.

Usage

raw_data_2(type = NULL, file = NULL, package = NULL)

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. If NULL, the function will try to use the basename of the working directory (Default: NULL).

Value

  • If type = NULL, a character vector with all file type names available.

  • If type != NULL and file = NULL, a character vector with all file names available from type.

  • If type != NULL and file != NULL, a character 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()
}