epoxy_style {epoxy} | R Documentation |
Deprecated: epoxy_style()
Description
epoxy_style()
was renamed epoxy_transform()
in epoxy version 0.1.0.
Usage
epoxy_style(...)
epoxy_style_apply(...)
epoxy_style_bold(...)
epoxy_style_code(...)
epoxy_style_collapse(...)
epoxy_style_get(...)
epoxy_style_html(...)
epoxy_style_inline(...)
epoxy_style_italic(...)
epoxy_style_set(...)
epoxy_style_wrap(...)
Arguments
... |
Passed to the new |
Value
Returns the result of the new epoxy_transform
function.
Functions
-
epoxy_style()
: is nowepoxy_transform()
. -
epoxy_style_apply()
: is nowepoxy_transform_apply()
. -
epoxy_style_bold()
: is nowepoxy_transform_bold()
. -
epoxy_style_code()
: is nowepoxy_transform_code()
. -
epoxy_style_collapse()
: is nowepoxy_transform_collapse()
. -
epoxy_style_get()
: is nowepoxy_transform_get()
. -
epoxy_style_html()
: is nowepoxy_transform_html()
. -
epoxy_style_inline()
: is nowepoxy_transform_inline()
. -
epoxy_style_italic()
: is nowepoxy_transform_italic()
. -
epoxy_style_set()
: is nowepoxy_transform_set()
. -
epoxy_style_wrap()
: is nowepoxy_transform_wrap()
.
[Package epoxy version 1.0.0 Index]