print.ra_ref: Print ra_ref object

Description Usage Arguments Examples

View source: R/ra-ref.R

Description

Print ra_ref object

Usage

1
2
## S3 method for class 'ra_ref'
print(x, fo = c("R1C1", "A1"), ...)

Arguments

x

an object of class ra_ref

fo

either "R1C1" (the default) or "A1" specifying the cell reference format; in many contexts, it can be inferred and is optional

...

further arguments passed to or from other methods

Examples

1
2
(rar <- ra_ref(3, TRUE, 1, TRUE))
print(ra_ref(), fo = "A1")

jennybc/cellranger documentation built on May 19, 2019, 4:04 a.m.