function to fetch data directly

hcrfetch(
  src,
  dataset,
  file,
  path = here::here("data-raw", fs::path_sanitize(dataset), fs::path_sanitize(file)),
  cache = TRUE
)

Author

Hisham Galal