getTableColumns: Get table column values

Description Usage Arguments Details Value Examples

View source: R/getTableColumns.R

Description

Get table column values

Usage

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

Arguments

table

name of table, e.g., node, edge, network

columns

names of columns to retrieve values from as list object or comma-separated list; default is all columns

namespace

namespace of table; default is "default"

network

name or suid of the network; default is "current" network

base.url

cyrest base url for communicating with cytoscape

Details

The 'name' column is always retrieved along with specified columns. The 'name' values are used as row names in the returned data frame. Note that this function fails on columns with missing values.

Value

data frame of column values

Examples

1
2
3

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