aoc_read: Read to tibble

View source: R/aoc_read.R

aoc_readR Documentation

Read to tibble

Description

Reads in input lines into a tibble and optionally tries type detection

Usage

aoc_read(day, year = format(Sys.Date(), "%Y"), convert = TRUE)

Arguments

day

the day of the puzzle

year

year of puzzle, defaults to current year

convert

logical: whether to run readr::type_convert() or not


tanho63/aoc.elf documentation built on Jan. 30, 2024, 1:50 p.m.