Skip to contents

Loads a CSV file and applies standard cleaning operations

Usage

load_hansard_csv(file_path, validate = TRUE)

Arguments

file_path

Path to CSV file

validate

Should file structure be validated first?

Value

Cleaned data frame or NULL if validation fails