data-raw/DATASET.R

## code to prepare `DATASET` dataset goes here

library("googlesheets4")
PFTC_data_location <- read_sheet("https://docs.google.com/spreadsheets/d/1y81Xv33BaoWV2FNx0F9XbikjKeHLGNxfmWZ2w4xmISk/edit#gid=0")

usethis::use_data(PFTC_data_location)
# usethis::use_data(PFTC_data_location, overwrite = TRUE)
audhalbritter/PFTCFunctions documentation built on Jan. 26, 2024, 5:31 p.m.