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