News

Write and document your functions Next, write any function as usual, and save it as an R script in the R directory.
Addins are regular R code. More specifically, an addin is primarily an R function. But not just any function: It has to use the rstudioapi package somehow; that’s how the addin interacts with ...