mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
20 lines
287 B
Markdown
20 lines
287 B
Markdown
|
|
# Replace curly apostrophes and quotes from word
|
||
|
|
|
||
|
|
Copied from textclean, which has not been updated since 2018 and is not
|
||
|
|
on CRAN. Github:https://github.com/trinker/textclean
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
replace_curly_quote(x)
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- x:
|
||
|
|
|
||
|
|
character vector
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
character vector
|