R/literature.R
neuromorpho_get_article.Rd
Returns a data frame describing an article; article_ids can be obtained using neuromorpho_articles_from_neurons
neuromorpho_get_article(
article_id,
batch.size = 10,
neuromorpho_url = "http://neuromorpho.org",
progress = TRUE,
...
)
a unique neuromorpho article ID, number in the repository start from 1.
article_ids can be obtained using neuromorpho_articles_from_neurons
the number of requests sent at once to the neuromorpho.org, using multi_run
.
Requests are sent to neuromorpho.org in parallel to speed up the process of reading neurons. Batches of queries are processed serially.
Increasing the value of batch.size
may reduce read time.
the base URL for querying the neuromorpho database, defaults to http://neuromorpho.org
if TRUE
or a numeric value, a progress bar is shown.
The bar progresses when each batch is completed.
If TRUE
, or 100
, the bar completes where all batches are done.
methods passed to neuromorpho_async_req
, or in some cases, neuromorphr:::neuromorpho_fetch
Articles can also be searched in a web browser at http://neuromorpho.org/LS.jsp.
Other literature functions:
neuromorpho_literature_field_counts()
,
neuromorpho_literature_field_entries()
,
neuromorpho_literature_fields()
,
neuromorpho_literature_search()