knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
You can install dummy from from GitHub with:
# install.packages("devtools") devtools::install_github("petestylianos/dummy")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.