Description Usage Arguments Details Value
This function prepares a given dataset for visualization in the foodstorage shiny app. It colors storage values below 20 below 10
1 | prepareDatatable(kornumsatz, filter = "nothing", test = FALSE)
|
kornumsatz |
kornumsatz data frame which results from
|
filter |
character string for filtering the dataset; default is "nothing"; look at details |
Filter can be: "nothing", which means no filter is applied. "available" means only available products are shown. "empty" shows prducts which are empty at this moment.
A colored datatable is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.