Description Usage Arguments Value Examples
View source: R/get_data_for_variable.R
Extracts data for specific variable from a data set. Default is the Entrances data set.
1 | get_data_for_variable(VarName, data = EntrancesData)
|
VarName |
character string or vector with character strings with the name(s) of the variable(s). |
data |
dataframe, from which you want to extract your data. The data frame must contain a column called variable. Default is the EntrancesData data set. |
dataframe
1 2 | #extracts data for a specific variable from a data frame. Default is the EntrancesData data set.
get_data_for_variable(VarName="GDP_EUR", data=EntrancesData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.