data-raw/LRBkey.r

library(dplyr)

LRBkey <- read.csv("data-raw/LRBkey.csv", stringsAsFactors = FALSE)

LRBkey <- LRBkey  %>% tbl_df()

save(LRBkey, file = "data/LRBkey.rdata")
benmarwick/binford documentation built on Oct. 14, 2023, 4:10 a.m.