Fetch a data frame containing details of all volumes on CATMAID server

catmaid_get_volumelist(conn = NULL, pid = 1, ...)

Arguments

conn

the catmaid_connection object

pid

project id (default 1)

...

Additional arguments passed to the catmaid_fetch function.

Value

A data.frame wiht columns

  • comment

  • name

  • creation_time

  • edition_time

  • project

  • user

  • id

  • editor

See also

catmaid_get_volume