locate_files: Locate a file on disk

View source: R/utils.R

locate_filesR Documentation

Locate a file on disk

Description

Locate a file on disk

Usage

locate_files(
  data_dir = get_data_directory(),
  type = NULL,
  years = NULL,
  quiet = FALSE
)

Arguments

data_dir

Where sets of downloaded data would be found.

type

One of 'collision', 'casualty', 'Vehicle'; defaults to 'collision'.

years

Single year or vector of years for which data are to be read.

quiet

Print out messages (files found)


stats19 documentation built on March 18, 2026, 5:08 p.m.