if (FALSE) {
# Get information for the first author
first_author <- authorBio(doi = "10.1016/j.joi.2017.08.007")
# Get information for the second author with verbose output
second_author <- authorBio(
author_position = 2,
doi = "10.1016/j.joi.2017.08.007",
verbose = TRUE
)
# Get information for all co-authors with custom rate limiting
all_authors <- authorBio(
doi = "10.1016/j.joi.2017.08.007",
return_all_authors = TRUE,
sleep_time = 0.5,
max_retries = 5
)
}
Run the code above in your browser using DataLab