separate {iNZightTools}R Documentation

Separate columns

Description

Separate columns

Usage

separate(.data, col, left, right, sep, check)

Arguments

.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

Value

separated dataset

Author(s)

Yiwen He, Tom Elliott


[Package iNZightTools version 1.12.2 Index]