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

knitr::knit_hooks$set(
  r.options = local({
    ropts <- NA
    function(before, options, envir) {
      if (before) ropts <<- options(options$r.options)
      else options(ropts)
    }
  }))

irfanr

A collection of the best sayings from my colleague Irfan. It may grow in future.

Installation

This package can only be installed from GitHub.

library('remotes')
install_github("cstepper/irfanr")

Example

This is a basic example which prints one sample saying:

library('irfanr')
irfan_says()


cstepper/irfanr documentation built on June 21, 2019, 11:05 a.m.