powered by
Extract character values from x excluding space and underscore
extract_basic_character(x)
object containing character (and other) values
Character values without space and underscore
# NOT RUN { extract_basic_character(c("this_1one", "abc123")) ## c("thisone", "abc123) # }
Run the code above in your browser using DataLab