#' @export
get_traced_packages <- function(object, ...) {
UseMethod("get_traced_packages")
}
#' @export
get_traced_packages.instrumentr_context <- function(object, ...) { # nolint
.Call(C_context_get_traced_packages, object)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.