get_cluster_id: Helper Get Cluster ID

Description Usage Arguments Value Examples

Description

Helper function that gets format of Cluster ID to be accepted in VORTX.

Usage

1

Arguments

num

Integer or String. Can be either the number of the Cluster or the name of cluster in format 'cluster-1'

Value

String of cluster-id in format 'cluster-1'

Examples

1
2
3
4
5
6
7
8
## Not run: 
clusterid <- 'cluster-1'

get_cluster_id(clusterid)

get_cluster_id(1)

## End(Not run)

Aquarela-Advanced-Analytics/r2vortx documentation built on May 20, 2019, 8:46 a.m.