Deploying to gh-pages from @ agdamsbo/FreesearchR@54dd332cd8 🚀

This commit is contained in:
agdamsbo 2025-11-19 13:25:44 +00:00
commit 6d545337de
328 changed files with 12930 additions and 1662 deletions

53
reference/split-string.md Normal file
View 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