View source: R/runtime-caches.R
get_runtime_caches | R Documentation |
View the runtime caches on a Connect server. Requires Administrator privileges.
get_runtime_caches(client)
client |
A |
A tibble of runtime caches on the server, showing language
,
version
and image_name
. For Connect servers not using off-host execution,
image_name
is "Local"
.
delete_runtime_cache()
Other server management functions:
delete_runtime_cache()
## Not run:
client <- connect()
get_runtime_caches(client)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.