mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@95fc0a4d5f 🚀
This commit is contained in:
parent
c29d62945d
commit
8993141614
8 changed files with 18 additions and 18 deletions
|
|
@ -7,7 +7,7 @@ app.
|
|||
|
||||
``` r
|
||||
launch_FreesearchR(
|
||||
inlcude_globalenv = TRUE,
|
||||
include_globalenv = TRUE,
|
||||
data_limit_default = 1000,
|
||||
data_limit_upper = 1e+05,
|
||||
data_limit_lower = 1,
|
||||
|
|
@ -17,6 +17,10 @@ launch_FreesearchR(
|
|||
|
||||
## Arguments
|
||||
|
||||
- include_globalenv:
|
||||
|
||||
flag to include global env (local data) as option when loading data
|
||||
|
||||
- data_limit_default:
|
||||
|
||||
default data set observations limit
|
||||
|
|
@ -34,10 +38,6 @@ launch_FreesearchR(
|
|||
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