Description Usage Arguments Value
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
.
1 |
x |
MS object containing at least one sequence |
TRUE if data in MS is stored in C, otherwise FALSE indicating it is stored in R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.