as_printable | R Documentation |
Calculate character length and apply all data
as_printable(
data,
align.first = "left",
align.chr = "right",
align.num = "right"
)
data |
A data.frame |
align.first |
character Alignment of first variable |
align.chr |
character Alignment of character variable |
align.num |
character Alignment of numeric variable |
A data.frame
as_printable(mtcars)
as_printable(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.