Description
These functions can be used to retrieve a list of currently available
sources and outputs (based on the availability of corresponding conversion
functions in the loaded data data processing packages.)
Usage
getSources(
name = NULL,
type = NULL,
packages = getConfig("packages"),
globalenv = getConfig("globalenv")
)
Value
A vector or data.frame containing all corresponding sources
Arguments
- name
name of function for which sources should get returned. If not specified, all sources in the
specified environment are returned
- type
Type of source, either set to "read", "convert", "correct", "download" or
NULL. If specified, a vector containing the sources with the corresponding function type are returned,
otherwise a data.frame with all sources and their available function types is returned.
- packages
A character vector with packages for which the available Sources/Calculations should be returned
- globalenv
Boolean deciding whether sources/calculations in the global environment should be included or not
Author
Jan Philipp Dietrich