mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀
This commit is contained in:
parent
4cf4bd0499
commit
6d545337de
328 changed files with 12930 additions and 1662 deletions
53
reference/split-string.md
Normal file
53
reference/split-string.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# String split module based on tidyr::separate\_
|
||||
|
||||
String split module based on tidyr::separate\_
|
||||
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
string_split_ui(id)
|
||||
|
||||
string_split_server(id, data_r = reactive(NULL))
|
||||
|
||||
modal_string_split(
|
||||
id,
|
||||
title = i18n$t("Split character string"),
|
||||
easyClose = TRUE,
|
||||
size = "xl",
|
||||
footer = NULL
|
||||
)
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
- id:
|
||||
|
||||
id
|
||||
|
||||
- data_r:
|
||||
|
||||
reactive data
|
||||
|
||||
- title:
|
||||
|
||||
Modal title
|
||||
|
||||
- easyClose:
|
||||
|
||||
easyClose
|
||||
|
||||
- size:
|
||||
|
||||
size
|
||||
|
||||
- footer:
|
||||
|
||||
footer
|
||||
|
||||
## Value
|
||||
|
||||
A shiny ui module
|
||||
|
||||
shiny module server
|
||||
|
||||
shiny modal
|
||||
Loading…
Add table
Add a link
Reference in a new issue