A small package for students to experiment with.
To install, use this code. You might need to install the devtools package.
# install.packages("devtools") devtools::install_github("RWorkflow-Workshop-2021/week6-testpackage")
To run the example
library(TestPackage) dat <- WWWusage littleforecast(dat, nyears=100)
url <- "https://raw.githubusercontent.com/nmfs-fish-tools/Resources/master/Disclaimer.md" childtext <- readLines(url) cat(childtext, sep="\n")
url <- "https://raw.githubusercontent.com/nmfs-fish-tools/Resources/master/footer.md" childtext <- readLines(url) cat(childtext, sep="\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.