| epmc_db | R Documentation | 
This function returns EBI database entities referenced in a publication from Europe PMC RESTful Web Service.
epmc_db(
  ext_id = NULL,
  data_src = "med",
  db = NULL,
  limit = 100,
  verbose = TRUE
)
| ext_id | character, publication identifier | 
| data_src | character, data source, by default Pubmed/MedLine index will be searched. The following three letter codes represent the sources Europe PubMed Central supports: 
 | 
| db | character, specify database: 
 | 
| limit | integer, number of results. By default, this function returns 100 records. | 
| verbose | logical, print some information on what is going on. | 
Cross-references as data.frame
  ## Not run: 
  epmc_db("12368864", db = "uniprot", limit = 150)
  epmc_db("25249410", db = "embl")
  epmc_db("14756321", db = "uniprot")
  epmc_db("11805837", db = "pride")
  
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.