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