if (FALSE) {
metadata <- get_crossref_references(
"10.1007/s11192-016-1948-8",
mailto = "your.email@example.com",
output = 'all'
)
# View main article metadata
print(metadata$main_metadata)
# View author information
head(metadata$authors)
# View reference list
head(metadata$references)
}
Run the code above in your browser using DataLab