View source: R/nwos_table_make_wide.R View source: R/nwos_estimates_make_wide.R
nwos_table_make_wide | R Documentation |
Convert long NWOS estimates to wide and add descriptors
Create the body of an NWOS table
nwos_table_make_wide(data)
nwos_table_make_wide(data)
REF_GEO <- read_csv("DATA/REF/REF_GEO.csv")
REF_VARIABLE <- read_csv("DATA/REF/REF_VARIABLE.csv")
REF_TABLE <- read_csv("DATA/REF/REF_TABLE.csv")
REF_LABEL <- read_csv("DATA/REF/REF_LABEL.csv", col_types = list(col_character(), col_character(), col_character(), col_double()))
x <- nwos_table_make_wide(data)
x <- nwos_table_make_wide(data = readRDS("INPUTS/ESTIMATES/NWOS_2018_FFO_TENPLUS_US.RDS"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.