Learn R Programming

cellranger (version 1.0.0)

A1_to_RC: Convert A1 positioning notation to R1C1 notation

Description

Convert "A1" style cell references to "R1C1" style. Dollar signs will be ignored.

Usage

A1_to_RC(x)

Arguments

x
vector of cell positions in A1 notation

Value

vector of cell positions in R1C1 notation

Examples

Run this code
A1_to_RC("A1")
A1_to_RC("AZ10")
A1_to_RC("AZ$10")
A1_to_RC(c("A1", "AZ10"))
A1_to_RC(c("", NA, "Q0"))

Run the code above in your browser using DataLab