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)
Plant-Functional-Trait-Course/PFTCFunctions documentation built on July 2, 2024, 3:35 p.m.