tidyr (version 0.6.2)

separate_rows_: Standard-evaluation version of

Description

This is a S3 generic.

Usage

separate_rows_(data, cols, sep = "[^[:alnum:].]+", convert = FALSE)

Arguments

data
A data frame.
cols
Name of columns that need to be separated.
sep
Separator delimiting collapsed values.
convert
If TRUE, will run type.convert with as.is = TRUE on new columns. This is useful if the component columns are integer, numeric or logical.