catmaid_latestid: Return the latest skeleton id accounting for edits

View source: R/catmaid_skeleton.R

catmaid_latestidR Documentation

Return the latest skeleton id accounting for edits

Description

Return the latest skeleton id accounting for edits

Usage

catmaid_latestid(skids, pid = 1, conn = NULL, ...)

Arguments

skids

One more skids in any form accepted by catmaid_skids. Note that NAs are accepted and will give NA output.

pid

Project id (default 1)

conn

A catmaid_connection objection returned by catmaid_login. If NULL (the default) a new connection object will be generated using the values of the catmaid.* package options as described in the help for catmaid_login.

...

Additional arguments passed to the catmaid_fetch function

Value

A named vector of skeleton ids

Examples

## Not run: 
# for FAFB CATMAID
catmaid_latestid(c(13682, 9254, 15886))

## End(Not run)

jefferis/rcatmaid documentation built on Aug. 16, 2022, 8:52 p.m.