Description Usage Arguments Value
View source: R/dependanciesQuery.R
Sql query to extrat values of variable from site/station and period selected
1 2 3 4 5 6 7 | queryDataSNOT(
pool,
variableSelected,
siteSelected,
periodeSelected,
melted = TRUE
)
|
pool |
data base configuration (from confConnexion function) |
variableSelected |
String of variable code selected in application (ex. "FC" or c("FC","FCH4"))#' |
siteSelected |
String of site/station code selected in application (ex. "lgt/ec1" or c("lgt/ec1","lgt/bm1")) |
periodeSelected |
Vector string of period selected with "yyyy-mm-dd" format (ex. c("2008-01-15","2014-05-25")) |
melted |
Logical. If TRUE convert melt data.table. If FALSE, no melt (used for dataset-archive) |
data.table of values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.