Last chance! 50% off unlimited learning
Sale ends in
ia_metadata(items)
id
for the
item identifier, field
for the name of the metadata field, and
value
for the metadata values.
ats_query <- c("publisher" = "american tract society")
ids <- ia_search(ats_query, num_results = 3)
items <- ia_get_items(ids)
metadata <- ia_metadata(items)
metadata
Run the code above in your browser using DataLab