Learn R Programming

rtfbs (version 0.3.15)

is.pointer.ms: Data in R or C

Description

Determine if data in MS object is stored in R (by value) or C (by reference). If data is stored in C, it can be copied to R using the function from.pointer.ms. Conversely, if the data is stored in R, it can be copied to C using the function as.pointer.ms.

Usage

is.pointer.ms(x)

Arguments

x

MS object containing at least one sequence

Value

TRUE if data in MS is stored in C, otherwise FALSE indicating it is stored in R