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)

Arguments

austraits
  • A large list of tibbles built from austraits

dataset_id
  • character string that matches a dataset_id in the data

Value

A large list of tibbles containing all austraits information for one particular dataset

Author

Daniel Falster - daniel.falster@unsw.edu.au

Examples

if (FALSE) {
extract_dataset(austraits, "Falster_2003")
}