powered by
Extract character values from x including space and underscore
extract_character(x)
object containing character values
Character valus from the object
# NOT RUN { extract_character(c("this_1one", "abc123")) ## c("this_one", "abc") # }
Run the code above in your browser using DataLab