Description Usage Arguments Value Examples
Generate Text Describing the Maximum and Minimum Items
1  | text_minmax(data, rate_text, item_name, rate_name)
 | 
data | 
 a data frame  | 
rate_text | 
 character. The character used in the text to represent the rate name.  | 
item_name | 
 character. The name of column in   | 
rate_name | 
 character. The name of column in   | 
character of a sentence.
1 2  | df <- data.frame(rate = runif(4), item = c("a",'b','c','d'))
text_minmax(df, "\u6d4b\u8bd5\u7387", "item", "rate")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.