use_fars {rfars} | R Documentation |
(Internal) Use FARS data files
Description
Compile multiple years of prepared FARS data.
Usage
use_fars(dir, prepared_dir, cache)
Arguments
dir |
Inherits from get_fars(). |
prepared_dir |
Inherits from get_fars(). |
cache |
Inherits from get_fars(). |
Value
Returns an object of class 'FARS' which is a list of six tibbles: flat, multi_acc, multi_veh, multi_per, events, and codebook.
[Package rfars version 1.2.0 Index]