Learn R Programming

cellranger (version 1.0.0)

RC_to_A1: Convert R1C1 positioning notation to A1 notation

Description

Convert R1C1 positioning notation to A1 notation

Usage

RC_to_A1(x)

Arguments

x
vector of cell positions in R1C1 notation

Value

vector of cell positions in A1 notation

Examples

Run this code
RC_to_A1("R1C1")
RC_to_A1("R10C52")
RC_to_A1(c("R1C1", "R10C52"))
RC_to_A1(c("", NA, "R0C0"))

Run the code above in your browser using DataLab