expand: Expand column by splitting content with deliminter

Description Usage Arguments Details

View source: R/RcppExports.R

Description

Expand column by splitting content with deliminter

Usage

1
expand(src, size, is_split, delim = ",")

Arguments

src

List. Data to be splitted.

size

integer. The size after splitted. Elements exceed the size will be discarded.

is_split

logical. Indicate the corresponding column will be splitted or not.

delim

char delimiter.

Details

The size should not exceed the length after split or segment fault might occur.


wush978/WushUtility documentation built on May 4, 2019, 12:02 p.m.