Skip to content

Commit

Permalink
Add documentation for new CATMAID functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbates authored and jefferis committed Jun 22, 2020
1 parent 1cf2668 commit 7b0525e
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export(catmaid_connection)
export(catmaid_connection_getenv)
export(catmaid_connection_setenv)
export(catmaid_connection_unsetenv)
export(catmaid_connector_nodes)
export(catmaid_entities_from_models)
export(catmaid_fetch)
export(catmaid_get_all_labels)
Expand All @@ -38,9 +39,11 @@ export(catmaid_get_contributor_stats)
export(catmaid_get_label_stats)
export(catmaid_get_labels)
export(catmaid_get_meta_annotations)
export(catmaid_get_neuronid)
export(catmaid_get_neuronnames)
export(catmaid_get_node_count)
export(catmaid_get_review_status)
export(catmaid_get_server)
export(catmaid_get_time_invested)
export(catmaid_get_treenode_table)
export(catmaid_get_treenodes_detail)
Expand All @@ -49,6 +52,7 @@ export(catmaid_get_volume)
export(catmaid_get_volumelist)
export(catmaid_lock_neurons)
export(catmaid_login)
export(catmaid_node_time)
export(catmaid_parse_url)
export(catmaid_query_by_annotation)
export(catmaid_query_by_name)
Expand All @@ -61,6 +65,7 @@ export(catmaid_rename_neuron)
export(catmaid_set_annotations_for_skeletons)
export(catmaid_set_labels)
export(catmaid_set_meta_annotations)
export(catmaid_skeletons_in_bbx)
export(catmaid_skids)
export(catmaid_unlock_neurons)
export(catmaid_user_history)
Expand Down
28 changes: 28 additions & 0 deletions man/catmaid_connector_nodes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions man/catmaid_get_neuronid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions man/catmaid_get_server.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions man/catmaid_node_time.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions man/catmaid_skeletons_in_bbx.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b0525e

Please sign in to comment.