lwdata2: For use in the LifeWatch Rshiny data-explorer (LWDE). Reads...

View source: R/lwdataFunctions.R

lwdata2R Documentation

For use in the LifeWatch Rshiny data-explorer (LWDE). Reads input and USER arguments

Description

For use in the LifeWatch Rshiny data-explorer (LWDE). Reads input and USER arguments

Usage

lwdata2(type, input = NULL, USER = NULL, ...)

Arguments

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.

Value

Returns dataframe of the requested datatype

Examples

lwdata2("listETNprojects")
input=c()
input$daterange = c(Sys.Date()-365*2, Sys.Date())
lwdata2("ZooScan data", input)
lwdata2("flow", input)

lifewatch/lwdataexplorer documentation built on Aug. 24, 2024, 12:35 a.m.