ncol_to_excel {thinkr}R Documentation

return excel column name from a position number

Description

return excel column name from a position number

Usage

ncol_to_excel(n)

Arguments

n

the colum position

Examples

ncol_to_excel(35)

[Package thinkr version 0.13 Index]