Skip to contents

Get the file path for sandpit extracts

Usage

get_sandpit_extract_path(
  type = c("at", "ch", "hc", "sds", "client", "demographics"),
  year = NULL,
  update = latest_update(),
  ...
)

Arguments

type

sandpit extract type at, ch, hc, sds, client, or demographics

year

financial year in string class

update

The update month to use, defaults to latest_update()

...

additional arguments passed to get_file_path()

Value

The path to the sandpit extracts as an fs::path()

See also

get_file_path() for the generic function.