View source: R/stringsAsNumeric.R
stringAsNumeric | R Documentation |
Transform a string variable within a GADSdat
or all_GADSdat
object to a numeric variable.
stringAsNumeric(GADSdat, varName)
GADSdat |
|
varName |
Character string of a variable name. |
Applied to a GADSdat
or all_GADSdat
object, this function uses asNumericIfPossible
to
change the variable class and changes the format
column in the meta data.
Returns the GADSdat
object with with the changed variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.