get_runtimes | R Documentation |
Get a table showing available versions of R, Python, Quarto, and Tensorflow on the Connect server.
get_runtimes(client, runtimes = NULL)
client |
A |
runtimes |
Optional. A character vector of runtimes to include. Must be
some combination of |
A tibble with columns for runtime
, version
, and cluster_name
and image_name
. Cluster name and image name are only meaningful on Connect
instances running off-host execution.
## Not run:
library(connectapi)
client <- connect()
get_runtimes(client, runtimes = c("r", "python", "tensorflow"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.