separate {iNZightTools} | R Documentation |
Separate columns
separate(.data, col, left, right, sep, check)
.data |
dataset |
col |
column to be separated |
left |
name for the separated left column |
right |
name for the separated right column |
sep |
separator used to separate columns |
check |
method of separating |
separated dataset
Yiwen He, Tom Elliott