mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
24 lines
224 B
Markdown
24 lines
224 B
Markdown
# User input processing character
|
|
|
|
User input processing character
|
|
|
|
## Usage
|
|
|
|
``` r
|
|
# S3 method for class 'character'
|
|
process_user_input(x, ...)
|
|
```
|
|
|
|
## Arguments
|
|
|
|
- x:
|
|
|
|
input
|
|
|
|
- ...:
|
|
|
|
ignored
|
|
|
|
## Value
|
|
|
|
processed input
|