Description Usage Arguments Examples
Load and check swuds data
1 2 3 4 5 6 |
path_pop |
file path to Excel file of population file |
path_quant |
file path to Excel file of water quantity file |
... |
additional paremeters sent to |
object |
swuds object |
dq |
data frame quanity |
dp |
data frame population |
1 2 3 4 5 6 7 | path_to_data <- system.file("extdata", package="wateRuseSWUDS")
file_name_1 <- "OH_CTF_SW_monthly_permit_sample_data.xlsx"
file_name_2 <- "OHpopserved_output.xlsx"
excel_path_quant <- file.path(path_to_data, file_name_1)
excel_path_pop <- file.path(path_to_data, file_name_2)
swuds_1 <- create_swuds(excel_path_pop, excel_path_quant)
summary(swuds_1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.