mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
fix: trying to fix launching with globals
This commit is contained in:
parent
a73f8b1ba3
commit
95fc0a4d5f
3 changed files with 20 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
\title{Easily launch the FreesearchR app}
|
||||
\usage{
|
||||
launch_FreesearchR(
|
||||
inlcude_globalenv = TRUE,
|
||||
include_globalenv = TRUE,
|
||||
data_limit_default = 1000,
|
||||
data_limit_upper = 1e+05,
|
||||
data_limit_lower = 1,
|
||||
|
|
@ -13,6 +13,9 @@ launch_FreesearchR(
|
|||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{include_globalenv}{flag to include global env (local data) as option
|
||||
when loading data}
|
||||
|
||||
\item{data_limit_default}{default data set observations limit}
|
||||
|
||||
\item{data_limit_upper}{data set observations upper limit}
|
||||
|
|
@ -20,9 +23,6 @@ launch_FreesearchR(
|
|||
\item{data_limit_lower}{data set observations lower limit}
|
||||
|
||||
\item{...}{passed on to \code{shiny::runApp()}}
|
||||
|
||||
\item{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