powered by
Help mro variables extract common name out
substrsplit(obj, split_string = "")
A list with common character and unique variable name respectively
It can be a vector or data frame, however, substrsplit is usually used in the iNZightMR function.
substrsplit
iNZightMR
Specification of a string to allow splits on (e.g., use " " to only allow splitting at words).
substrsplit(c("varx", "vary", "varz")) strings <- c("Do you like eating eggs?", "Do you like elephants?" , "Do you like elections?") substrsplit(strings) substrsplit(strings, split_string = " ")
Run the code above in your browser using DataLab