listTableColumns: List names of all columns in a table

Description Usage Arguments Value Examples

View source: R/listTableColumns.R

Description

List names of all columns in a table

Usage

1
2
listTableColumns(table = "node", namespace = "default",
  network = "current", base.url = "http://localhost:1234/v1")

Arguments

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

Value

list of column names

Examples

1
2
3

cytoscape/r2cytoscape documentation built on May 4, 2019, 6:36 p.m.