A function to perform a snowball search and convert the result to a tibble/data frame.
Source:R/pro_snowball.R
pro_snowball.RdA function to perform a snowball search and convert the result to a tibble/data frame.
Usage
pro_snowball(
identifier = NULL,
doi = NULL,
output = tempfile(fileext = ".snowball"),
verbose = FALSE
)