Delete the introduction post with relative path ./YYYY/day/introduction
(where YYYY
is the value of year
), if it exists.
Usage
aoc_delete_intro(year = NULL)
Arguments
- year
An integer representing the year, from 2015 to the current year. Defaults to the current year.
Examples
if (FALSE) aoc_delete_intro(2022) # \dontrun{}