Nothing
This page describes the installation process of swaRm.
swaRm has not been released on CRAN yet, but it
can be easily installed from its GitHub repository
with the following steps.
Before installing swaRm, you will need to install the latest version of the devtools package. You can install devtools from
CRAN as follows:
if (!require(devtools)) install.packages("devtools")
You can install swaRm as follows:
devtools::install_github("swarm-lab/swaRm")
library(swaRm)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.