capitalizer(text, caps.list = NULL, I.list = TRUE, apostrophe.remove = FALSE)
bag_o_words
or
breaker
).TRUE
capitalizes I words and contractions.TRUE
will try to insert apostrophe's back into words appropriately.Returns a vector of capitalized words based on supplied capitalization arguments.
A helper function for word_list
that allows the user to
supply vectors of words to be capitalized.
Not intended for general use. Acts as a helper function to several qdap functions.
## <strong>Not run</strong>: # capitalizer(bag_o_words("i like it but i'm not certain"), "like") # capitalizer(bag_o_words("i like it but i'm not certain"), "like", FALSE) # ## <strong>End(Not run)</strong>