R/ra-ref.R
print.ra_ref.Rd
Print ra_ref object
# S3 method for class 'ra_ref' print(x, fo = c("R1C1", "A1"), ...)
an object of class ra_ref
ra_ref
either "R1C1" (the default) or "A1" specifying the cell reference format; in many contexts, it can be inferred and is optional
"R1C1"
"A1"
further arguments passed to or from other methods
(rar <- ra_ref(3, TRUE, 1, TRUE)) #> <ra_ref> #> row: 3 (abs) #> col: 1 (abs) #> R3C1 print(ra_ref(), fo = "A1") #> <ra_ref> #> row: 1 (abs) #> col: 1 (abs) #> $A$1