Description Usage Arguments Value Examples
View source: R/listTableColumns.R
List names of all columns in a table
1 2 | listTableColumns(table = "node", namespace = "default",
network = "current", base.url = "http://localhost:1234/v1")
|
table |
name of table, e.g., node, edge, network; default is "node" |
namespace |
namespace of table, e.g., default |
network |
name or suid of the network; default is "current" network |
base.url |
cyrest base url for communicating with cytoscape |
list of column names
1 2 3 | listTableColumns()
listTableColumns('edge')
listTableColumns('network')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.