R/get_id.R

Defines functions get_id.instrumentr_object get_id

#' @export
get_id <- function(object, ...) {
    UseMethod("get_id")
}

#' @export
get_id.instrumentr_object <- function(object, ...) {
    .Call(C_object_get_id, object)
}
PRL-PRG/instrumentr documentation built on Feb. 26, 2021, 5:12 p.m.