Skip to content
Prev 200741 / 398503 Next

Writing a data frame in an excel file

Ok I?ve been trying to understand what is happening: the data.frame I am
sending on the xls file has been constructed by the following way: I used
the RODBC package to read dates and prices columns into a dataframe so the
first column in excel is of type "date". In the data.frame it is not numeric
but still double. So when I change the xls files I read by turning these
dates datas into numbers, everything works well. So I don?t know if
something has to be changed within the data.frame containing the dates or if
I have to do everything in numbers and use RDCOM after to change the date
column format of the excel file back into date type.
anna_l wrote:
-----
Anna Lippel
new in R so be careful I should be asking a loooooooot of questions!:teeth: