catmaid_node_time: Get the UTC creation / edit time for a CATMAID node

View source: R/editcatmaid.R

catmaid_node_timeR Documentation

Get the UTC creation / edit time for a CATMAID node

Description

Get the UTC creation / edit time for a CATMAID treenode or connector. Useful for making 'state' arguments to be passed to other functions that edit data on a CATMAID server.

Usage

catmaid_node_time(
  id,
  time = c("creation_time", "edition_time"),
  pid = 1,
  conn = NULL,
  ...
)

Arguments

id

a treenode or connector ID

time

whether to return the creation_time or edition_time

pid

project id. Defaults to 1

conn

CATMAID connection object, see ?catmaid::catmaid_login for details

...

methods passed to catmaid::catmaid_set_labels


alexanderbates/catnat documentation built on Sept. 5, 2023, 4:51 a.m.