R/address.R

Defines functions address

Documented in address

#' Memory address of R object
#'
#' @param x An R object.
#'
#' @returns
#' Memory address of R object.
#'
#' @export
address <- function(x){
  .Call(`_cheapr_cpp_address`, x)
}

Try the cheapr package in your browser

Any scripts or data that you put into this service are public.

cheapr documentation built on June 8, 2025, 11:35 a.m.