
Get Path to Sample Hansard Data
hansard_sample_data.Rd
Returns the path to sample Hansard CSV files included with the package for testing and demonstration purposes.
Examples
# Get all sample data directory
sample_path <- hansard_sample_data()
# Get specific years
sample_2024 <- hansard_sample_data("2024")
sample_files <- list.files(sample_2024, pattern = "*.csv", full.names = TRUE)