Description Usage Arguments Examples
View source: R/swuds_parse_functions.R
Function to create month, year, month#, day, date, decimal date, and water year to the mergeWaterQuantPopServe data frame
1 | melt_water_quant_pop(df_in)
|
df_in |
data frame |
1 2 3 4 5 6 | pathToSample <- system.file("extdata",package = "wateRuseSWUDS")
dp <- read_swuds_pop(file.path(pathToSample,"OHpopserved_output.xlsx"))
dq <- read_swuds_quant(file.path(pathToSample,
"OH_CTF_SW_monthly_permit_sample_data.xlsx"))
df <- merge_dq_dp(dq, dp)
df_melt <- melt_water_quant_pop(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.