Read accident data from a CSV file
read_accident_data.Rd
This function reads accident data from a CSV file, renames the columns, adds attributes and class, and applies post-processing if provided.
Usage
read_accident_data(
file,
post_process = select_post_processor(lookup_dataset_name(file))
)