Description Usage Arguments Details Value
Read spring vegetation data from database or .csv
1 2 | ReadAndFilterData(conn, path.to.data, park, spring, field.season,
data.source = "database", data.name)
|
conn |
Database connection generated from call to |
path.to.data |
The directory containing the csv data exports generated from |
park |
Optional. Four-letter park code to filter on, e.g. "MOJA". |
spring |
Optional. Spring code to filter on, e.g. "LAKE_P_BLUE0". |
field.season |
Optional. Field season name to filter on, e.g. "2019". |
data.source |
Character string indicating whether to access data in the spring veg database ( |
data.name |
The name of the analysis view or the csv file containing the data. E.g. "LPICanopy", "TreeCountTransect". See details for full list of data name options. |
data.name
options are: Spring, SpringVisit, LPICanopy, LPIDisturbance, LPISoilSurface, LPITransect, TreeCount, TreeCountTransect, VegetationInventory, VegetationInventoryTransect.
A tibble of filtered data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.