vectorize.parameter {tlocoh}R Documentation

Convert a comma-separated string to a vector

Description

Convert a comma-separated string to a vector

Usage

vectorize.parameter(x, n2z = FALSE, type = c("numeric", "character")[1],
  sort.res = TRUE)

Arguments

x

The vector or character string to be evaluated

n2z

Convert null values to zero or an empty string (depending on type

type

The data type: numeric or character

sort.res

Whether to sort the result. T/F

Value

A vector


[Package tlocoh version 1.40.05 Index]