Skip to contents

This function retrieves the configuration that were loaded using load_config().

Usage

get_config()

Value

A list containing the configuration.

See also

load_config() for loading the configuration.

reset_config() for resetting the configuration.

Examples

get_config()
#> Accident Data Configuration
#> ---------------------------
#> File types:
#>   - main_data: honhyo[_][0-9]{4}[.]csv (72 columns)
#>   - sub_data: hojuhyo[_][0-9]{4}[.]csv (16 columns)
#>   - highway_data: kosokuhyo[_][0-9]{4}[.]csv (16 columns)
#> 
#> Schemas:
#>   - accident_info: Primary Key = document_type, prefecture_code, police_code, main_id (29 columns)
#>   - person_info: Primary Key = document_type, prefecture_code, police_code, main_id, party_order (17 columns)
#>   - highway_info: Primary Key = document_type, prefecture_code, police_code, main_id (12 columns)