R/literature.R
neuromorpho_literature_fields.Rd
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.
neuromorpho_literature_fields(neuromorpho_url = "http://neuromorpho.org", ...)
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_counts()
,
neuromorpho_literature_field_entries()
,
neuromorpho_literature_search()
# Let's see what meta data fields neuromorpho.org has for its literature database
lit.fields = neuromorpho_literature_fields()
print(lit.fields)
#> [1] "article_id" "pmid" "doi"
#> [4] "journal" "title" "authors"
#> [7] "species" "brainRegion" "cellType"
#> [10] "tracingSystem" "evaluatedDate" "publishedDate"
#> [13] "globalStatus" "collection" "dataUsage"
#> [16] "sharedReconstructions" "status" "nReconstructions"