data-raw/test_BrTable.R

## code to prepare `test_BrTable` dataset goes here

test_BrTable <- data.frame(
    Sample = c("A", "B", "C", "D"),
    BrNum = rep(c("Br01", "Br02"), each = 2)
)

usethis::use_data(test_BrTable, overwrite = TRUE)
joshstolz/brainstorm documentation built on Aug. 10, 2021, 1:23 p.m.