Description Usage Arguments Value Examples
text_range()
generate range of numeric column in data frame
in the form of <number><symbol> ~ <number><symbol>
. If the column name has
"percent" string, then the symbol
will be '%'
, otherwise is a void string.
1 |
data |
a data frame |
col |
character. The name of a numeric column. |
character in the form of <number><symbol> ~ <number><symbol>
1 2 | df <- data.frame(a = runif(10, 10, 100))
text_range(df, 'a')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.