fetchContentEbi | R Documentation |
Fetch records from
fetchContentEbi(
url1,
method = "fromJSON",
downloadMethod = "auto",
termSize = 1000,
termStart = 0,
API_version = "v1"
)
url1 |
A url string. |
method |
Can be chosen from "download", "curl". |
downloadMethod |
The same methods from utils::download.file function. |
termSize |
Number of records per request. |
termStart |
Start position per request. |
API_version |
API version of EBI catalogue, default:v1 |
A data.table object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.