View source: R/change.fieldnames.ejscreen.csv.R
change.fieldnames.ejscreen.csv | R Documentation |
Just a wrapper to help easily change colnames used in csv file on EJSCREEN FTP site into friendlier, preferred colnames for work in R. Uses analyze.stuff::change.fieldnames()
change.fieldnames.ejscreen.csv(mynames)
mynames |
A character vector of colnames from a data.frame, like names(mydf). No default. |
Returns a character vector of colnames, same length as input parameter
ejscreenformulas
ejscreen.acs.rename
analyze.stuff::change.fieldnames()
## Not run:
gdbtable <- ejscreen.download()
names(gdbtable) <- change.fieldnames.ejscreen.csv(names(gdbtable))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.