is_acr | R Documentation |
Utility functions to test whether an object is of the given class.
is_acr(object)
is_aks(object)
is_aci(object)
is_docker_registry(object)
is_kubernetes_cluster(object)
object |
An R object |
These functions are simple wrappers around R6::is.R6
and inherits
.
TRUE or FALSE depending on whether the object is an R6 object of the specified class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.