powered by
randomWords generates a vector of random words taken from a small set of words
randomWords(n)
number of words to be generated (integer)
a string with n words (if length is not constrained)
# NOT RUN { randomWords(10) # 10 random words # }
Run the code above in your browser using DataLab