knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

glab.library

Library of useful functions and R scripts for data mining.

Installation

You can install glab.library as a R package with:

if (!require("devtools", quietly = TRUE))
    install.packages("devtools")

devtools::install_github("graeberlab-ucla/glab.library")


graeberlab-ucla/glab.library documentation built on Oct. 28, 2024, 10:48 a.m.