View source: R/A_nhdplusTools.R
align_nhdplus_names | R Documentation |
this function takes any NHDPlus dataset and aligns the attribute names with those used in nhdplusTools.
align_nhdplus_names(x)
x |
a |
data.frame renamed sf
object
source(system.file("extdata/new_hope_data.R", package = "nhdplusTools"))
names(new_hope_flowline)
names(new_hope_flowline) <- tolower(names(new_hope_flowline))
new_hope_flowline <- align_nhdplus_names(new_hope_flowline)
names(new_hope_flowline)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.