data-raw/01-small_table.R

library(tidyverse)

small_table <-
  readr::read_csv(
    file = "data-raw/small_table.csv",
    col_types = "TDicddlc"
  )

small_table
rich-iannone/pointblank documentation built on June 29, 2024, 4:09 p.m.