Plot word length distribution
word_length_plot.Rd
Plot word length distribution
Examples
example_words <- data.frame(my_words = c("alfa", "bravo", "charlie", "delta"))
word_length_plot(data = example_words, column = "my_words")
word_length_plot.Rd
Plot word length distribution
example_words <- data.frame(my_words = c("alfa", "bravo", "charlie", "delta"))
word_length_plot(data = example_words, column = "my_words")