Nothing
Code
docs <- r6_doc(text)
Message
x In topic 'C': Undocumented R6 field: undocumented_field.
Code
docs <- r6_doc(text)
Message
x <text>:5: R6 field documented multiple times: x.
Code
docs <- r6_doc(text)
Message
x <text>:4: Unknown R6 field: nosuch.
x In topic 'C': Undocumented R6 field: x.
Code
cat(format(rd_r6_field("x", "A number.")))
Output
\item{\code{x}}{A number.}
Code
cat(format(fields), sep = "\n")
Output
\section{Public fields}{
\if{html}{\out{<div class="r6-fields">}}
\describe{
\item{\code{x}}{A number.}
\item{\code{y}}{A string.}
}
\if{html}{\out{</div>}}
}
Code
cat(format(bindings), sep = "\n")
Output
\section{Active bindings}{
\if{html}{\out{<div class="r6-active-bindings">}}
\describe{
\item{\code{val}}{A value.}
}
\if{html}{\out{</div>}}
}
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.