View source: R/configuration.R
Find and read the cluster configuration file for a named cluster.
1 2 3 | get_cluster_configs(cluster_name, scope, yaml_path)
get_yaml_configuraions_path(cluster_name)
|
cluster_name |
Character. The name of the cluster. Capitalization and spacing is ignored and does not matter (e.g., "My Cluster" is equivalent to "mycluster") |
scope |
Character. The scope of the configurations of interest. The configuration YAML may be organized by various headings. Optional. If not provided, the full configuration will be returned without any filtering. |
yaml_path |
Character. The path to the yaml configuration file for the specified
cluster. Optional. If not provided, code looks for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.