mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
fix: specified no limit
This commit is contained in:
parent
95e813753f
commit
f0f1e6965a
3 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ The app can be configured either by passing a named list to `run_app()` or by se
|
|||
|-------------------------|-----------------------------------------------------------------------------|-----------|
|
||||
| `INCLUDE_GLOBALENV` | Load datasets already present in the global R environment into the app | `FALSE` |
|
||||
| `DATA_LIMIT_DEFAULT` | Default number of observations for previewing or working with a dataset | `10,000` |
|
||||
| `DATA_LIMIT_UPPER` | Maximum number of observations a user can set for the upper limit | `100,000` |
|
||||
| `DATA_LIMIT_UPPER` | Maximum number of observations a user can set for the upper limit. If set to 0, no uppper limit is applied. | `100,000` |
|
||||
| `DATA_LIMIT_LOWER` | Minimum number of observations a user can set for the lower limit | `1` |
|
||||
|
||||
### Run from R (or RStudio)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue