powered by
Coerces data.frame to yamlet. Assigns class 'yamlet' to a data.frame's decorations.
# S3 method for data.frame as_yamlet(x, ...)
data.frame
passed to decorations
decorations
yamlet
Other as_yamlet: [.yamlet(), as.character.yamlet(), as_yamlet.list(), as_yamlet.yamlet()
[.yamlet()
as.character.yamlet()
as_yamlet.list()
as_yamlet.yamlet()
# NOT RUN { library(csv) file <- system.file(package = 'yamlet', 'extdata','quinidine.csv') x <- decorate(as.csv(file)) as_yamlet(x) # }
Run the code above in your browser using DataLab