refuns is an R package consisting of miscellaneous functions used by the GCPS Office of Research & Evaluation.
To install the refuns package from GitHub, run these two lines of code:
install.packages("devtools")
devtools::install_github("gcpsresearch/refuns")
Once you've installed refuns, you can load it to your workspace as you would any R package installed in your library:
library(refuns)
To see the package info:
package?refuns
To see a list of all functions in the package (and links to their help pages):
help(package = refuns)
To find the help page for a specific function:
# Put a question mark in front of a function name to find its documentation. For example:
?rnd_like_xl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.