Description Usage Arguments Details Value Author(s) Examples
Checks to see if the user is in RStudio. If so, then it changes the device to a popup window.
1 | external_graphs(ext = TRUE)
|
ext |
A |
Depending on the operating system, the default drivers attempted to be used are:
OS X: quartz()
Linux: x11()
Windows: windows()
Note, this setting is not permanent. Thus, the behavioral change will last until the end of the session.
Also, the active graphing environment will be killed. As a result, any graphs that are open will be deleted. You will have to regraph them.
There is no return value. Instead, once finished, the function will cause a side effect to occur. See details for more.
James Balamuta
1 2 3 4 5 | # Turn on external graphs
external_graphs()
# Turn off external graphs
external_graphs(FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.