vectorize.parameter: Convert a comma-separated string to a vector

Description Usage Arguments Value

Description

Convert a comma-separated string to a vector

Usage

1
2
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


tlocoh documentation built on May 2, 2019, 5:27 p.m.