Description Usage Arguments Value Examples
Remove the compute object from its associated workspace and delete the corresponding cloud-based resource.
1 | delete_compute(cluster)
|
cluster |
The |
None
1 2 3 4 5 6 | ## Not run:
ws <- load_workspace_from_config()
compute_target <- get_compute(ws, cluster_name = 'mycluster')
delete_compute(compute_target)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.