man-roxygen/t_ex_intro.R

#' @examples
#' td <- tempdir()
#' data_source <- "https://github.com/bpollner/data/raw/main/flowdex_examples/flowdex_examples.zip"
#' check_download_data(td, data_source)
#' exp_home <- paste0(td, "/flowdex_examples")
#' old_wd <- getwd()
#' setwd(exp_home)
#' #
bpollner/flowdex documentation built on March 31, 2022, 3:21 a.m.