# \donttest{
# Process built-in OSF data (2016 default)
wwtp_results_builtin <- wwtp_process_complete(
nitrogen_path = NULL, # Use built-in data
phosphorus_path = NULL, # Use built-in data
verbose = TRUE
)
# Process custom user data
# wwtp_results_custom <- wwtp_process_complete(
# nitrogen_path = "nitrogen_2020.csv",
# phosphorus_path = "phosphorus_2020.csv",
# load_units = "lbs"
# )
# Mixed: OSF for one nutrient, custom for another
# wwtp_results_mixed <- wwtp_process_complete(
# nitrogen_path = NULL, # Use OSF built-in
# phosphorus_path = "custom_P.csv" # Use custom
# )
# }
Run the code above in your browser using DataLab