Functions related to Excel

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'))


Try the thinkr package in your browser

Any scripts or data that you put into this service are public.

thinkr documentation built on Aug. 22, 2022, 5:05 p.m.