Learn R Programming

envnames (version 0.4.1)

address: Call the C function address() that retrieves the memory address of an R object

Description

Call the C function address() that retrieves the memory address of an R object

Usage

address(x)

Arguments

x

object whose memory address is of interest.

Value

the memory address of object x or NULL if the object does not exist in the R workspace.