R/pointerString.R

## dummy version to avoid including C code
pointerString <- function(x) {
    ## .Call(pointer_string, x)
    name <- attr(x, "name")
    if(is.null(name))
        ""
    else
        name
}
johnmchambers/XRtools documentation built on May 19, 2019, 5:16 p.m.