powered by
limit the number of characters in a string and remove spacial characters (will not drop numbers)
limit_character(x, limit = 100)
object containing character values
maximum number of characters to return
Character values within the limit
# NOT RUN { limit_character("a%b+&cd!efghij",limit = 3) ## "abc" # }
Run the code above in your browser using DataLab