data-raw/DATASET.R

## code to prepare `DATASET` dataset goes here

library(tidyverse)

library(magrittr)

ARI <- openxlsx::read.xlsx(file.choose()) %>% as_tibble

usethis::use_data(ARI, overwrite = TRUE, compress = 'xz')
Shahin-Roshani/BC2 documentation built on Dec. 18, 2021, 1:05 p.m.