use_addin | R Documentation |
This function helps you add a minimal
RStudio Addin binding to
inst/rstudio/addins.dcf
.
use_addin(addin = "new_addin", open = rlang::is_interactive())
addin |
Name of the addin function, which should be defined in the
|
open |
Open the newly created file for editing? Happens in RStudio, if
applicable, or via |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.