Description Usage Arguments Value
View source: R/color_words_by_frequency.R
A function to generate LaTeX output from a dataframe containing words and their frequencies.
1 2 | color_words_by_frequency(word_frequency_dataframe, min_black = 30,
print_first = 40, supress_reminder = T)
|
word_frequency_dataframe |
A dataframe, preferrably produced by order_by_counts(), or with the same structure. |
min_black |
Defaults to 30 and indicates how light the text for infrequently used words can become. |
print_first |
Defualts to printing the first 40 words. If set to -1, then all words will be printed. |
supress_reminder |
If TRUE then no reminder to use the xcolor pacakge will be provided. |
Concatenates output to the console, no output is returned at present.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.