Name: Charlie Bollinger Github ID: charliebollinger
knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of charliework is to complete homework 4.
You can install the released version of charliework by asking me for a copy.
install.packages("charliework")
This is a basic example which shows you how to solve a common problem:
library(charliework) ## Using myseq_n myseq_n(x = c(2, 3, 3), n = 3) myseq_n(x = c(2, 4, 3), n = 4) myseq_n(x = c(2, 4, 3), n = 5) myseq_n(x = c(2, 4, 3), n = 6) myseq_n(x = c(2, 4, 3), n = 7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.