if (FALSE) {
# Find works by "ARIA M"
works <- findAuthorWorks("ARIA M", M)
# Find works with exact matching
works_exact <- findAuthorWorks("PESTANA MH", M, exact_match = TRUE)
# Find works with partial matching disabled
works_full <- findAuthorWorks("MASSIMO ARIA", M, partial_match = FALSE)
}
Run the code above in your browser using DataLab