Name: Charlie Bollinger Github ID: charliebollinger
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)
#> [1] 3
myseq_n(x = c(2, 4, 3), n = 4)
#> [1] 2.5
myseq_n(x = c(2, 4, 3), n = 5)
#> [1] 2.7
myseq_n(x = c(2, 4, 3), n = 6)
#> [1] 2.783333
myseq_n(x = c(2, 4, 3), n = 7)
#> [1] 2.754762
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.