color_words_by_frequency: A function to generate LaTeX output from a dataframe...

Description Usage Arguments Value

View source: R/color_words_by_frequency.R

Description

A function to generate LaTeX output from a dataframe containing words and their frequencies.

Usage

1
2
color_words_by_frequency(word_frequency_dataframe, min_black = 30,
  print_first = 40, supress_reminder = T)

Arguments

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.

Value

Concatenates output to the console, no output is returned at present.


matthewjdenny/SpeedReader documentation built on March 25, 2020, 5:32 p.m.