View source: R/lwdataFunctions.R
lwdata2 | R Documentation |
For use in the LifeWatch Rshiny data-explorer (LWDE). Reads input and USER arguments
lwdata2(type, input = NULL, USER = NULL, ...)
type |
Datatype as defined in LWDE |
input |
LWDE input element, as a list. Can be obtained by using shiny::reactiveValuesToList() |
USER |
LWDE USER element, as a list. Can be obtained by using shiny::reactiveValuesToList() |
... |
Reserved for internal use. |
Returns dataframe of the requested datatype
lwdata2("listETNprojects")
input=c()
input$daterange = c(Sys.Date()-365*2, Sys.Date())
lwdata2("ZooScan data", input)
lwdata2("flow", input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.