R - Importing xlsx file with date column
问题 When I try to read in an excel file it always messes with the date/time. library(openxlsx) download.file("http://ec.europa.eu/economy_finance/db_indicators/surveys/documents/series/nace2_ecfin_1801/services_subsectors_sa_nace2.zip", destfile="services_subsectors_sa_nace2.zip") unzip("services_subsectors_sa_nace2.zip") bcs<-read.xlsx("services_subsectors_sa_m_nace2.xlsx", colNames=TRUE, sheet="73") Column 1 (no name given in the original dataset) would be the date/time column. By default this