FreesearchR/reference/separate_string.md

32 lines
275 B
Markdown
Raw Normal View History

# 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