data-raw/DATASET.R

## code to prepare `DATASET` dataset goes here
library(tidyverse)

toy_data <- tibble(
  name = c("Guy Incognito", "Cosme Fulanito", "Albert Y. Kim"),
  number = c(9, 79, 76)
)
usethis::use_data(toy_data, overwrite = TRUE)
390-2020-09-Fall/foofactors documentation built on Oct. 6, 2020, 5:21 p.m.