Description Usage Arguments Value Examples
Create Object Representing a Water Monitoring Project/Basin
1  | ace_project(name, code, stations = list(), info_url = NULL)
 | 
name | 
 The name of the project (e.g. "Pend Oreille River Basin")  | 
code | 
 Project code (e.g. "PND")  | 
stations | 
 List of stations (  | 
info_url | 
 Web URL for more information about project  | 
A ace_project object
1 2 3 4 5 6 7 8  | ## Not run: 
my_project <- ace_project(
    name = "Pend Oreille River Basin",
    code = "PND",
    stations = my_stations
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.