Description Usage Arguments Value Examples
getVarNames
returns a data frame of all PRIO GRID variables available to the package.
Which variables are available depends on the contents of the PRIO GRID csv files linked by the
setDataPath
function.
1 | getVarNames(type = c("static", "yearly"), details = FALSE)
|
type |
A character string, either |
details |
A boolean. If |
A data frame.
1 2 3 4 | ## Not run:
vars.df <- getVarNames(type = 'static', details = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.