excel_to_ncol {thinkr}R Documentation

return excel column position number from a column name

Description

return excel column position number from a column name

Usage

excel_to_ncol(col_name)

Arguments

col_name

the culum name

Examples

excel_to_ncol("BF")

[Package thinkr version 0.13 Index]