View source: R/getCalculations.R
getCalculations | R Documentation |
This function 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.)
getCalculations(
prefix = "calc",
packages = getConfig("packages"),
globalenv = getConfig("globalenv")
)
prefix |
Type of calculations, vector of types or search term (e.g. "read|calc"). Available options are "download" (source download), "read" (source read), "correct" (source corrections), "convert" (source conversion to ISO countries), "calc" (further calculations), and "full" (collections of calculations) |
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 |
A data frame containing all currently available outputs of all loaded data processing packages including its name, its function call and its package origin.
Jan Philipp Dietrich
readSource
, setConfig
print(getCalculations())
print(getCalculations("read"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.