Travis build status AppVeyor Build Status Coverage status
JHU Data Science

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

jhudsl

The goal of jhudsl is to provide tools for Johns Hopkins Data Science Lab members so that they can brand and organize their packages based on the lab principles. ...

Installation

You can install jhudsl from github with:

# install.packages("devtools")
devtools::install_github("muschellij2/jhudsl")

Installation

You can install jhudsl from github with:

library(jhudsl)
dsl_logo_url()
dsl_badge()

If use results = 'asis', it creates the logo:

cat(dsl_badge())


muschellij2/jhudsl documentation built on May 14, 2019, 5:29 p.m.