CHRIS data is organized in a hierarchical folder structure. The functions documented here allow to define the base CHRIS data path and to list available data modules.

The available functions are:

  • data_path: returns a character(1) with the currently defined full path to the CHRIS data.

  • list_data_modules: lists available data modules in the specified path.

data_path()

list_data_modules(path = data_path(), quick = TRUE)

Arguments

path

character(1) specifying the directory where to look for CHRIS data modules.

quick

logical(1) whether extensive validation of available data modules should be skipped.

Value

See the individual function descriptions.

Author

Johannes Rainer