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", ...)

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

Examples

# 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"