Learn R Programming

reproducible (version 3.2.1)

usesPointer: Does an object use a pointer?

Description

Does an object use a pointer?

Usage

usesPointer(x)

Value

logical

Arguments

x

an object

Examples

Run this code
usesPointer(1:10) # FALSE for an ordinary vector

Run the code above in your browser using DataLab