pre_number_str | R Documentation |
Prepare a numeric string
pre_number_str(str, split_str = ",", continuous_str = "-")
str |
a string contain ',' and '-' |
split_str |
split_str "," |
continuous_str |
continuous_str "-" |
vector
pre_number_str("a1,a3,a5,a6-a10")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.