Learn R Programming

yamlet (version 0.5.3)

as_decorated: Coerce to Decorated

Description

Coerces to class 'decorated'. Generic, with default method.

Coerces to decorated by subclassing.

Usage

as_decorated(x, ...)

as_decorated(x, ...)

Arguments

x

object of dispatch

...

passed arguments

Value

decorated

See Also

Other decorate: as_decorated.default(), decorate.character(), decorate.data.frame(), decorate.list(), decorate(), decorations.data.frame(), decorations(), print.decorations(), redecorate()

Other dplyr: anti_join.decorated(), arrange.decorated(), filter.decorated(), full_join.decorated(), group_by.decorated(), inner_join.decorated(), left_join.decorated(), mutate.decorated(), right_join.decorated(), select.decorated(), semi_join.decorated(), slice.decorated(), summarise.decorated(), summarize.decorated()

Examples

Run this code
# NOT RUN {
class(Puromycin)
class(as_decorated(Puromycin))
# }

Run the code above in your browser using DataLab