Function to subset of all data associated with a particular dataset from austraits
extract_dataset(austraits, dataset_id)
extract_dataset1(austraits, dataset_id)
extract_dataset2(austraits, dataset_id)
A large list of tibbles built from austraits
character string that matches a dataset_id in the data
A large list of tibbles containing all austraits information for one particular dataset
if (FALSE) {
extract_dataset(austraits, "Falster_2003")
}