R/literature.R
neuromorpho_literature_field_counts.Rd
Returns a vector of counts for every field entry for a given neuromorpho literature field. E.g. you can find out how the number of papers that used particular neuron reconstruction softwares.
neuromorpho_literature_field_counts(
field = "tracingSystem",
neuromorpho_url = "http://neuromorpho.org",
...
)
a valid neuron field, as returned by neuromorpho_fields
the base URL for querying the neuromorpho database, defaults to http://neuromorpho.org
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_get_article()
,
neuromorpho_literature_field_entries()
,
neuromorpho_literature_fields()
,
neuromorpho_literature_search()