Description Usage Arguments Value
View source: R/serverfunction.R
Selects a particular variable in a data frame after filtering observations to match a particular value.The function is relative to the shiny app enclosed in the package, therefore it is not advisable for the package user to interact with it.
1 |
frame |
The chosen data frame. |
filterval |
The value filtered in the ID observation of the data frame. |
variable |
The data frame variable to be selected. |
A tibble with the chosen variable with filtered values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.