Crossref Works API provides information about conference proceedings for some DOIs.

cr_work_confinfo(doi)

Arguments

doi

character the DOI to look up information for

Value

data frame with conference information

Examples

if (FALSE) {
if(interactive()){
 cr_work_confinfo("10.1145/263699") |> glimpse()
 }
}