knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(thinkr)

excel_names : dealing with column names and position number

ncol_to_excel(35)
excel_to_ncol("BF")
excel_col()
ncol_to_excel(1:6)
excel_to_ncol(c('AF', 'AG', 'AH'))


ThinkR-open/thinkr documentation built on Aug. 25, 2022, 2:45 p.m.