View source: R/add_variable_to_data_set.R
add_iso3_to_data_set | R Documentation |
Adds iso3 to a given data set
add_iso3_to_data_set(x)
x |
A data.table containing a column called "location_code". |
A data.table containing an extra column called "iso3".
library(data.table)
data <- data.table(location_code = c("norge", "county03", "blah"))
csdata::add_iso3_to_data_set(data)
print(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.