README.md

mcotear

mcotear package for r

An R package developed to document R functions I regularly use in my work, for easy access and documentation.

Installation

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)

Usage

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")


jjw3952/mcotear documentation built on Sept. 2, 2023, 10:30 a.m.