toInlineString | R Documentation |
Convert input to inline class string
toInlineString(x, n = 5L, class = "val")
x |
|
n |
|
class |
|
character(1)
.
Updated 2021-09-13.
x <- c("aaa", "bbb", "ccc", "ddd")
x <- toInlineString(x, n = 3L)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.