Learn R Programming

rfars (version 2.0.2)

use_fars: (Internal) Use FARS data files

Description

Compile multiple years of prepared FARS data.

Usage

use_fars(dir, prepared_dir, cache)

Value

Returns an object of class 'FARS' which is a list of six tibbles: flat, multi_acc, multi_veh, multi_per, events, and codebook.

Arguments

dir

Inherits from get_fars().

prepared_dir

Inherits from get_fars().

cache

Inherits from get_fars().