Let's say I have the following words (but thousands of them) and there are no commas between them :
Hello Hi How Hide Hold Hear
and I want to convert them into a vector called H_words
H_words = c("Hello", "Hi", "How", "Hide", "Hold", "Hear")
How can we make that with a single and simple algorithm ?