Nothing
Code
. <- roxy_tag_parse(roxy_tag("R6method", ""))
Message
x NA:NA: @R6method requires a value like `Class$method`.
Code
. <- roxy_tag_parse(roxy_tag("R6method", "nomethod"))
Message
x NA:NA: @R6method must be of the form `Class$method`.
Code
. <- roxy_tag_parse(roxy_tag("R6method", "Foo$bar\nextra"))
Message
x NA:NA: @R6method must be only 1 line long, not 2.
i The first line is "Foo$bar"
Code
roc_proc_text(rd_roclet(), text)
Message
x <text>:2: @R6method Can't find R6 class <NoSuchClass>.
Output
list()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.