diff --git a/README.md b/README.md index 8f7ccef3..e40c0c41 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/app_docker/app.R b/app_docker/app.R index 004466c5..7cb858bb 100644 --- a/app_docker/app.R +++ b/app_docker/app.R @@ -1,7 +1,7 @@ ######## -#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpmhqokQ/file1a146f4d002a.R +#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpmhqokQ/file1a144d9f4424.R ######## i18n_path <- here::here("translations") diff --git a/inst/apps/FreesearchR/app.R b/inst/apps/FreesearchR/app.R index ad0da02a..2ee84131 100644 --- a/inst/apps/FreesearchR/app.R +++ b/inst/apps/FreesearchR/app.R @@ -1,7 +1,7 @@ ######## -#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpmhqokQ/file1a14715fd082.R +#### Current file: /var/folders/9l/xbc19wxx0g79jdd2sf_0v291mhwh7f/T//RtmpmhqokQ/file1a147dcf977e.R ######## i18n_path <- system.file("translations", package = "FreesearchR")