dq_filter_between | R Documentation |
Filters by 'input$program' & 'input$date_range'
dq_filter_between(x, ..., date_range, program)
x |
|
... |
|
program |
Program ID to filter for |
env |
|
(data.frame)
filtered accordingly
test <- data.frame(Issue = 1:5, Type = sample(c("Warning", "Error"), 5, TRUE), ProjectName = letters[1:5], EntryDate = seq.Date(lubridate::floor_date(lubridate::today() - 4, "month"), Sys.Date(), length.out = 5), ExitDate = seq.Date(lubridate::today() - 4, Sys.Date(), by = "day"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.