Description Usage Arguments Value Examples
Generate Text Describing Three Maximum Items
1 | text_max_3(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_max_3(df, "\u6d4b\u8bd5\u7387", "item", "rate")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.