knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
My solutions for adventofcode2021. You can install it with
remotes::install_github("moodymudskipper/adventofcode2021")
The package contains functions day1
, day2
etc, the README displays the
body of these functions.
library(adventofcode2021)
attr(day1, "srcref")
attr(day2, "srcref")
attr(day3, "srcref")
attr(day4, "srcref")
attr(day5, "srcref")
attr(day6, "srcref")
attr(day7, "srcref")
attr(day8, "srcref")
attr(day9, "srcref")
attr(day10, "srcref")
attr(day11, "srcref")
attr(day12, "srcref")
attr(day13, "srcref")
attr(day14, "srcref")
attr(day15, "srcref")
attr(day16, "srcref")
attr(day17, "srcref")
attr(day18, "srcref")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.