View source: R/createVariable.R
createVariable | R Documentation |
Create an empty variable as part of a GADSdat
object.
createVariable(GADSdat, varName, checkVarName = TRUE)
GADSdat |
|
varName |
Name of the variable to be cloned. |
checkVarName |
Logical. Should |
Returns a GADSdat
.
# create a new variable
pisa_new <- createVariable(pisa, varName = "new_variable")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.