mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01:00
32 lines
275 B
Markdown
32 lines
275 B
Markdown
|
|
# Separate string wide or long
|
||
|
|
|
||
|
|
Separate string wide or long
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
``` r
|
||
|
|
separate_string(data, col, delim, direction = c("wide", "long"))
|
||
|
|
```
|
||
|
|
|
||
|
|
## Arguments
|
||
|
|
|
||
|
|
- data:
|
||
|
|
|
||
|
|
data
|
||
|
|
|
||
|
|
- col:
|
||
|
|
|
||
|
|
column
|
||
|
|
|
||
|
|
- delim:
|
||
|
|
|
||
|
|
delimiter
|
||
|
|
|
||
|
|
- direction:
|
||
|
|
|
||
|
|
target direction
|
||
|
|
|
||
|
|
## Value
|
||
|
|
|
||
|
|
data.frame
|