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
|
|
@ -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
|
||||
)
|
||||
```
|
||||
|
||||
|
|
@ -64,3 +65,7 @@ import_globalenv_server(
|
|||
- reset:
|
||||
|
||||
A `reactive` function that when triggered resets the data.
|
||||
|
||||
- limit_data:
|
||||
|
||||
upper limit to imported data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue