neuprint_info: Find out what some information about your neuPrint server

neuprint_datasetsR Documentation

Find out what some information about your neuPrint server

Description

Get summary information about the datasets hosted by the neuPrint server in which you are interested

Usage

neuprint_datasets(conn = NULL, ...)

neuprint_database(conn = NULL, ...)

neuprint_available(conn = NULL, ...)

neuprint_version(conn = NULL, ...)

Arguments

conn

optional, a neuprintr connection object, which also specifies the neuPrint server. If NULL, the defaults set in your .Rprofile or .Renviron are used. See neuprint_login for details.

...

methods passed to neuprint_login

See Also

neuprint_login

Examples


# list details for all the available datasets
neuprint_datasets()


# list API endpoints
head(neuprint_available())


neuprint_version()


natverse/neuprintr documentation built on Sept. 15, 2023, 6:59 a.m.