if (FALSE) {
data_dir <- file.path(tempdir(), "data")
url <-
"https://raw.githubusercontent.com/qtalr/qtkit/main/inst/extdata/test_data.zip"
get_archive_data(
url = url,
target_dir = data_dir,
confirmed = TRUE
)
}
Run the code above in your browser using DataLab