Get metadata of all AURIN datasets
Arguments
- force
Logical. Default is FALSE
. Loading metadata may takes a while,
so if it has been loaded before it will not load again unluss force
is set
to TRUE
.
Value
a data.frame with two columns -- aurin_open_api_id and title.
Examples
# this may takes a while to return result.
if (FALSE) {
aur_meta()
}