as_decorated.default {yamlet} | R Documentation |
Coerce to Decorated by Default
Description
Coerces to class 'decorated' by decorating (by default) with an empty list.
Usage
## Default S3 method:
as_decorated(x, meta = "-", ...)
Arguments
x |
object |
meta |
see |
... |
passed arguments |
Value
decorated
See Also
Other decorate:
as_decorated()
,
decorate()
,
decorate.character()
,
decorate.data.frame()
,
decorate.list()
,
decorate_groups()
,
decorate_groups.data.frame()
,
decorations()
,
decorations.data.frame()
,
decorations_groups()
,
decorations_groups.data.frame()
,
group_by_decorations()
,
group_by_decorations.data.frame()
,
redecorate()
Examples
class(Puromycin)
class(as_decorated(Puromycin))
[Package yamlet version 1.2.5 Index]