Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Biomarker
CDISC
Forkers
Hoffmann
Intented
MAEs
ORCID
Shinylive
Expand Down
7 changes: 7 additions & 0 deletions vignettes/teal-options.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,19 @@ list(
)
```

### `teal.reporter.max_request_size` (`numeric`)

It allows controlling the maximum size allowed for a `shiny::fileInput`. Intented to allow for larger file sizes when a big report file is uploaded.
Default: `10 * 1024^2` which stands for 10MB. To modify to another size in MB the simplest way is to change the first number,
(for example `5` for 5MB) and keep the other numbers the same, which would be `5 * 1024^2`.

### `teal.show_src` (`logical`)

It allows customizing the visibility of the "Show R Code" button in the module title bar.

Default: `TRUE`.


# Deprecated options

### `teal_logging`
Expand Down
Loading