Skip to contents

post_process() performs post-processing on different datasets:

  • post_process_main() handles main data (honhyo) by separating it into accident and person data.

  • post_process_sub() handles sub data (hojuhyo), processing person-related information.

  • post_process_highway() handles highway data (kosokuhyo), extracting highway-related information.

Usage

post_process(data)

# S3 method for class 'accident_data'
post_process(data)

post_process_main(data)

post_process_sub(data)

post_process_highway(data)

Arguments

data

The data to be processed.

Value

A processed dataset as a list.

Details

These functions process the data based on its type, ensuring consistency and proper formatting.