A function to get the nodes for a snowball search
Source:R/pro_snowball_get_nodes.R
pro_snowball_get_nodes.RdA function to get the nodes for a snowball search
Usage
pro_snowball_get_nodes(
identifier = NULL,
doi = NULL,
limit = NULL,
output = tempfile(fileext = ".snowball"),
verbose = FALSE
)Arguments
- identifier
Character vector of openalex identifiers.
- doi
Character vector of dois.
- limit
If
citedOnlyonly works cited by the keypaper are retrieved,citingOnlyretrieves only works citing the keypaper. Default:NULLwhere all will be retrieved. 'none' is equal toNULL- output
parquet dataset; default: temporary directory.
- verbose
Logical indicating whether to show a verbose information. Defaults to
FALSE