An R package developed to document R functions I regularly use in my work, for easy access and documentation.
Install mcotear
from Github with devtools
:
library(devtools)
devtools::install_github("jjw3952/mcotear")
# or if you want the vignettes
# devtools::install_github("jjw3952/mcotear", build_vignettes = TRUE)
library(mcotear)
Here are some things to try to get started.
library(mcotear)
(functions <- ls("package:mcotear"))
length(functions)
example(functions[14], character.only = FALSE)
browseVignettes("mcotear")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.