Displaying 1 result from an estimated 1 matches for "monthenddate".
2006 Jan 23
1
exporting dates into Microsoft SQL Server
I am running R 2.1.1 in a Windows XP environment.
I wish to use the sqlSave command to export a
dataframe into Microsoft SQL.
My dataframe is called temp and has 2 ?columns?,
?monthenddate? and ?value?.
Monthenddate is in 'POSIXct', format. (i.e. 'POSIXct',
format: chr "1984-01-31" "1984-01-31" "1984-01-31"
"1984-01-31" ...).
How can I export this dataframe into SQL and have the
format in SQL by one of the ?standard? SQL date...