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