colsplit-9h: Split a vector into multiple columns

colsplitR Documentation

Split a vector into multiple columns

Description

This function can be used to split up a column that has been pasted together.

Usage

colsplit(x, split="", names)

Arguments

x

character vector or factor to split up

split

regular expression to split on

names

names for output columns

Author(s)

Hadley Wickham <h.wickham@gmail.com>


reshape documentation built on June 19, 2025, 5:08 p.m.

Related to colsplit-9h in reshape...