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

hidden

Build Status AppVeyor Build Status Coverage Status Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

An R package for hiding globals variables from functions in your workspace.

knitr::opts_chunk$set(echo = TRUE)
knitr::opts_chunk$set(out.width='750px', dpi=200)

Overview

Coming soon.

Installation

From inside R, do the following:

# install.packages("devtools")
devtools::install_github("JonasMoss/hidden")


JonasMoss/hidden documentation built on Oct. 30, 2019, 7:58 p.m.