View the runtime caches on a Connect server. Requires Administrator privileges.
Value
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"
.
See also
Other server management functions:
delete_runtime_cache()
Examples
if (FALSE) { # \dontrun{
client <- connect()
get_runtime_caches(client)
} # }