browse_cp: Explore connected papers in a visual graph

View source: R/connected_papers.R

browse_cpR Documentation

Explore connected papers in a visual graph

Description

Connected Papers https://www.connectedpapers.com is a unique, visual tool to help researchers and applied scientists find and explore papers relevant to their field of work. You can use Connected Papers to: 1)get a visual overview of a new academic field; 2)make sure you haven't missed an important paper; 3)create the bibliography for your thesis; 4)discover the most relevant prior and derivative works. Future versions try to access network graph data.

Usage

browse_cp(query = NULL, option = "s2", ...)

Arguments

query

string To start, enter a paper identifier.

option

Supported paper identifier services: 's2' for semantic scholar id, 'doi' for Doi, 'pmid' for pubmed id, 'arxiv' for arxiv id.

...

see browseURL to set more params.

Details

How does it work? Visit the website https://www.connectedpapers.com/about for more details.

Value

Browse through the desktop browsers

Author(s)

Liuyong Ding

Examples

## Not run: 
# via semantic scholar id
browse_cp('9397e7acd062245d37350f5c05faf56e9cfae0d6',"s2")

# via doi
browse_cp('10.1109/TIP.2014.2299154',"doi")

# via pubmed id
browse_cp('32171076',"pmid")

# via arxiv id
browse_cp('1512.03385',"arxiv")

## End(Not run)

Otoliths/S2miner documentation built on Dec. 5, 2023, 2:17 p.m.