Nothing
The R package Rmisc is a colletion of functions useful for data analysis and utility operations.
You can install the stable version on CRAN:
install.packages('Rmisc', dependencies = TRUE)
Or download the zip ball or
tar ball, decompress and
run R CMD INSTALL
on it, or use the Rmisc package to install the
absolutely latest version:
```r
library(devtools); install_github('Rmisc', 'ryanhope') ```
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.