mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
new version and formatted code
This commit is contained in:
parent
7fdbd1f90e
commit
a7d8fd4b36
27 changed files with 3736 additions and 3189 deletions
|
|
@ -19,7 +19,8 @@ import_globalenv_server(
|
|||
show_data_in = c("popup", "modal"),
|
||||
trigger_return = c("button", "change"),
|
||||
return_class = c("data.frame", "data.table", "tbl_df", "raw"),
|
||||
reset = reactive(NULL)
|
||||
reset = reactive(NULL),
|
||||
limit_data = NULL
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
|
|
@ -43,6 +44,8 @@ use \code{NULL} for no title or a \code{shiny.tag} for a custom one.}
|
|||
\item{return_class}{Class of returned data: \code{data.frame}, \code{data.table}, \code{tbl_df} (tibble) or \code{raw}.}
|
||||
|
||||
\item{reset}{A \code{reactive} function that when triggered resets the data.}
|
||||
|
||||
\item{limit_data}{upper limit to imported data}
|
||||
}
|
||||
\description{
|
||||
Let the user select a dataset from its own environment or from a package's environment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue