commaList2vector: Comma-separated string to numeric vector.

Description Usage Arguments Value

View source: R/Utils.R

Description

Split input of comma-separated string into vector of numeric, logical or character values.

Usage

1
commaList2vector(commastring = NULL, type = "numeric")

Arguments

commastring

Input [character] vector containing numbers separated by commas.

type

Name [string] of the type of input variables; one of numeric logical or character

Value

Numeric vector of values extracted from commastring.


HannahVMeyer/DrStable documentation built on Jan. 29, 2021, 11:42 a.m.