character_to_list_of_integer_vectors: Convert a character vector to a list of integer vectors

Description Usage Arguments Value See Also Examples

View source: R/utils.R

Description

Split strings by character, then convert to numbers

Usage

1

Arguments

x

Input to convert.

Value

A list of numeric vectors.

See Also

strsplit and as.integer.

Examples

1
2
3
4
## Not run: 
character_to_list_of_integer_vectors(c("123", "4567a"))

## End(Not run)

assertive.strings documentation built on May 1, 2019, 8:45 p.m.