Starting from Rnssp v. 0.1.0
, RStudio users may manage Rnssp R Markdown template with Rnssp Addins.
In RStudio, you can use the Addins menu:
Users may check the list of all the currently available Rnssp R Markdown templates with the List Rnssp Templates addin:
Or in the R console :
Rnssp:::list_templates()
A unique feature of the Rnssp
package is the ability to add R Markdown templates dynamically to an existing installation of the package. Rnssp R Markdown templates can be dynamically added or updated via the Add/Update Rnssp Templates addin:
Or in the R console :
Rnssp:::add_rmd_template_gui()
When one or more Rnssp templates are no longer needed, they can be removed via the Remove Rnssp Templates addin:
Or in the R console :
Rnssp:::remove_rmd_template_gui()