Description Usage Arguments Value Examples
Helper function that gets format of Cluster ID to be accepted in VORTX.
1 | get_cluster_id(num)
|
num |
Integer or String. Can be either the number of the Cluster or the name of cluster in format 'cluster-1' |
String of cluster-id in format 'cluster-1'
1 2 3 4 5 6 7 8 | ## Not run:
clusterid <- 'cluster-1'
get_cluster_id(clusterid)
get_cluster_id(1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.