create_citation_net | R Documentation |
This function creates a citation network from article data. Note: Currently a placeholder as it requires citation data not available through basic PubMed queries.
create_citation_net(article_data, citation_data = NULL)
article_data |
A data frame containing article data. |
citation_data |
A data frame containing citation data (optional). |
An igraph object representing the citation network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.