Skip to contents

Truncate input data list for shorter set of regions and/or years

Usage

input_data_truncate(input_data = list(), regions_new = NULL, years_new = NULL)

Arguments

input_data

List of population and vaccination data for multiple regions (created using create_input_data() function and usually loaded from an RDS file)

regions_new

Vector of regions (subset of input_data$region_labels)

years_new

Vector of years (subset of input_data$years_labels)

Details

TBA