View source: R/mellio-capture.R
| mellio_capture | R Documentation |
Convenience wrapper for base R plots. Call after producing a base plot
with plot(), hist(), barplot(), or another graphics function.
mellio_capture(...)
... |
Arguments passed to |
Invisibly, the Mellio URL string.
Other R bridge:
mellio_addin_send(),
mellio_compare(),
mellio_open(),
mellio_payload(),
mellio_to_json(),
print.mellio_payload()
if (interactive()) {
plot(mtcars$wt, mtcars$mpg)
mellio_capture(
title = "Fuel efficiency by weight",
number = 1,
browse = FALSE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.