Learn R Programming

bpgmm (version 1.0.9)

listToStrVec: Convert list of string to vector of string

Description

Convert list of string to vector of string

Usage

listToStrVec(stringList)

Arguments

stringList

list of string

Value

vector of string

Examples

Run this code
# NOT RUN {
stringList <- list("abc")
#'
# }
# NOT RUN {
listToStrVec(stringList)
# }

Run the code above in your browser using DataLab