Description Usage Arguments Details Value See Also Examples
View source: R/getCitationCounts.R
'getCitationCounts' counts the number of citations for each target ID in an edge list
1 |
e |
an edge list, as obtained from 'generateEdgeList' |
The edge list 'e' must have a 'Target' column. The number of citations for each 'Target' are counted. All citations per 'Target' are assumed to be unique.
A tibble with one column for target PMIDS and one column, 'n', containing the corresponding citation frequencies
generateEdgeList
for generating an edge list
1 2 3 4 | # generates an edge list for multiple articles
res <- get_pmc_cited_in(c(21876761, 311,29463753))
e <- generateEdgeList(res)
counts <- getCitationCounts(e)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.