Description Usage Arguments Examples
Five Year Groundwater Summary Report
1 2 3 4 | fiveyeargwsum(data, ...)
## S4 method for signature 'list'
fiveyeargwsum(data, ...)
|
data |
Local data (as list), or URL. |
... |
Additional params passed to GET |
1 2 3 4 5 6 7 8 9 10 11 | library(gsplot)
library(jsonlite)
library(lubridate)
data <-
fromJSON(
system.file(
'extdata', 'testsnippets', 'test-fiveyeargwsum.json', package = 'repgen'
)
)
fiveyeargwsum(data[['fiveYrNoMinMax']], 'Author Name')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.