an R package that can be used to import Excel (.xls and .xlsx) files into R
How can I import data from a .xlsx file into R so that numbers are represented as numbers, when their …
r excel readxlSo I have a bunch of excel files I want to loop through and read specific, discontinuous columns into a …
r excel readxl