Load AusTraits database into R console
load_austraits(
doi = NULL,
version = NULL,
path = "data/austraits",
update = FALSE
)
character string - doi of particular version
character string - version number of database
file path to where AusTraits will be downloaded
if TRUE, AusTraits versions .json will be re-downloaded
a large list containing AusTraits data tables
get_versions get_version_latest
if (FALSE) {
austraits <- load_austraits(version = "3.0.2", path = "data/austraits")
}