neuromorpho_literature_fields: Return the available meta data fields for the literature for...

View source: R/literature.R

neuromorpho_literature_fieldsR Documentation

Return the available meta data fields for the literature for neuromorpho neurons

Description

Returns a vector of literature fields available from the neuromorpho.org database. These fields can be used in the field section of the custom queries.

Usage

neuromorpho_literature_fields(neuromorpho_url = "http://neuromorpho.org", ...)

Arguments

neuromorpho_url

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

Details

Articles can also be searched in a web browser at http://neuromorpho.org/LS.jsp

See Also

Other literature functions: neuromorpho_get_article(), neuromorpho_literature_field_counts(), neuromorpho_literature_field_entries(), neuromorpho_literature_search()

Examples

# Let's see what meta data fields neuromorpho.org has for its literature database
lit.fields = neuromorpho_literature_fields()
print(lit.fields)


jefferislab/neuromorphr documentation built on April 25, 2023, 9:07 p.m.