data-raw/avoidances.R

## code to prepare `avoidances` dataset goes here

library(tidyverse)
library(readxl)

avoidances <- read_excel("data-raw/learning avoidances.xlsx")
someotherdata <- read_csv("blah blah.csv")

# Do other data cleaning here

usethis::use_data(avoidances, someotherdata, overwrite = TRUE)
grasshoppermouse/testdata documentation built on Dec. 20, 2021, 12:51 p.m.