use_addin {usethis} | R Documentation |
Add minimal RStudio Addin binding
Description
This function helps you add a minimal
RStudio Addin binding to
inst/rstudio/addins.dcf
.
Usage
use_addin(addin = "new_addin", open = rlang::is_interactive())
Arguments
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 |
[Package usethis version 3.0.0 Index]