Code
# raw_sheets <- import_list("../Other/capsim/raw.xlsx", setclass = "tibble")
raw_sheets <- import_list("raw.xlsx", setclass = "tibble")
# clean_sheets <- lapply(raw_sheets, function(x) {
# x %>%
# t() %>%
# as.data.frame() %>%
# row_to_names(row_number = 1)
# })
master <- bind_rows(raw_sheets, .id = "Round")