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

dummy

R build status

The goal of dummy is to teach ME how to create R packages.

Installation

You can install dummy from from GitHub with:

# install.packages("devtools")
devtools::install_github("petestylianos/dummy")

Example

This is a basic example which shows you how to solve a common problem with dummy:

It produces 10 random numbers from the standard normal distribution. Very serious stuff.

library(dummy)
library(tibble)
library(magrittr)
dummy::random_numbers %>% 
  as_tibble()

More examples to come soon.



petestylianos/dummy documentation built on Dec. 31, 2020, 1:19 a.m.