powered by
Convert list of string to vector of string
listToStrVec(stringList)
list of string
vector of string
# NOT RUN { stringList <- list("abc") #' # } # NOT RUN { listToStrVec(stringList) # }
Run the code above in your browser using DataLab