getAPIlink: getAPIlink Return European api links with parameters

Description Usage Arguments Value Examples

View source: R/http_methods.R

Description

getAPIlink Return European api links with parameters

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
getAPIlink(
  query,
  baseUrl = "https://www.ebi.ac.uk/europepmc/webservices/rest/",
  endpoint = "search",
  resultType = "lite",
  synonym = "FALSE",
  cursorMark = "*",
  pageSize = "25",
  format = "json",
  email = "shihikoo@gmail.com",
  callback = "all"
)

Arguments

query

a string of characters. Entrez text query.

baseUrl

a string of characters, default is "https://www.ebi.ac.uk/europepmc/webservices/rest/"

endpoint

a string of characters, valid endpoint of NCBI Utilities, e.g. "search",

resultType

a string of characters.

synonym

a string of characters.

cursorMark

a string of characters.

pageSize

a string of characters of an integer 0-1000

format

a string of characters.

email

a string of characters.

callback

a string of characters.

Value

link

Examples

1
getAPIlink(query = "pinkeye")

shihikoo/europePMCTools documentation built on Dec. 23, 2021, 1:23 a.m.