from_excel: A function that converts base-26 Excel-style letters to...

View source: R/utility_functions.R

from_excelR Documentation

A function that converts base-26 Excel-style letters to numbers

Description

A function that converts base-26 Excel-style letters to numbers

Usage

from_excel(x)

Arguments

x

A vector of column names in Excel-style base-26 letter format (any values that are already in base-10 will be returned as-is)

Value

A vector of numbers in base-10


mikeblazanin/gcplyr documentation built on Jan. 18, 2025, 11:40 a.m.