count_punc.Rd
Count punctuations
count_punc(text)
A character vector with, at most, one element.
A vector containing the number of punctuations.
x <- "Hello, World!" count_punc(x) #> [1] 2 2 #> [1] 2