| as_yamlet.data.frame | R Documentation | 
Coerces data.frame to yamlet by calling decorations.
## S3 method for class 'data.frame'
as_yamlet(x, ...)
| x | data.frame | 
| ... | passed to  | 
yamlet
Other yamlet: 
[.yamlet(),
as.character.yamlet(),
as_yamlet(),
as_yamlet.character(),
as_yamlet.list(),
as_yamlet.yam(),
as_yamlet.yamlet(),
print.yamlet()
library(csv)
file <- system.file(package = 'yamlet', 'extdata','quinidine.csv')
x <- decorate(as.csv(file))
as_yamlet(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.