Description Usage Arguments Details Value
By default, HTML objects display their HTML markup at the console when
printed. browsable can be used to make specific objects render as HTML
by default when printed at the console.
1 2 3 | browsable(x, value = TRUE)
is.browsable(x)
|
x |
The object to make browsable or not. |
value |
Whether the object should be considered browsable. |
You can override the default browsability of an HTML object by explicitly
passing browse = TRUE (or FALSE) to the print function.
browsable returns x with an extra attribute to indicate
that the value is browsable.
is.browsable returns TRUE if the value is browsable, or
FALSE if not.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.