mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@a7d8fd4b36 🚀
This commit is contained in:
parent
7594f3a518
commit
06b5df9722
300 changed files with 1910 additions and 1649 deletions
|
|
@ -6,16 +6,38 @@ app.
|
|||
## Usage
|
||||
|
||||
``` r
|
||||
launch_FreesearchR(...)
|
||||
launch_FreesearchR(
|
||||
inlcude_globalenv = TRUE,
|
||||
data_limit_default = 1000,
|
||||
data_limit_upper = 1e+05,
|
||||
data_limit_lower = 1,
|
||||
...
|
||||
)
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- data_limit_default:
|
||||
|
||||
default data set observations limit
|
||||
|
||||
- data_limit_upper:
|
||||
|
||||
data set observations upper limit
|
||||
|
||||
- data_limit_lower:
|
||||
|
||||
data set observations lower limit
|
||||
|
||||
- ...:
|
||||
|
||||
passed on to
|
||||
[`shiny::runApp()`](https://rdrr.io/pkg/shiny/man/runApp.html)
|
||||
|
||||
- include_globalenv:
|
||||
|
||||
flag to include global env (local data) as option when loading data
|
||||
|
||||
## Value
|
||||
|
||||
shiny app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue