Skip to content
Prev 310498 / 398503 Next

help on date dataset

Hello,

Arun, you're using the wrong format, "%Y-%m-%d" is the default, with 
"24/04/2009" you must use

extraction(dat, date1, date2, format = "%d/%m/%Y")
#        DATE    PAYS   x
#1 2009-04-26 Mexique  18
#2 2009-04-26     usa 100

Rui Barradas

Em 10-11-2012 18:26, arun escreveu: