Description Usage Arguments Value See Also Examples
View source: R/metadata_retrieval.R
SCOPUS Citation Retrieval
1 | metadata_retrieval(query = NULL, view = c("STANDARD", "COMPLETE"), ...)
|
query |
Query to run, not overall query, but 'queryParam' query |
view |
Type of view to have. See https://dev.elsevier.com/guides/ArticleMetadataViews.htm |
... |
Arguments to be passed to |
List of elements, similar to generic_elsevier_api
generic_elsevier_api
,
https://dev.elsevier.com/documentation/ArticleMetadataAPI.wadl
1 2 3 4 5 | api_key = get_api_key(NULL, error = FALSE)
if (!is.null(api_key)){
x = metadata_retrieval(query = "heart attack",
verbose = FALSE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.