toDate {aRT} | R Documentation |
Convert a data in numeric format (year, month, etc.) to a string to be used as aRT temporal data.
toDate(year = 0, month = 1, day = 1, hour = 0, minute = 0, second = 0)
year |
Numeric value |
month |
|
day |
|
hour |
|
minute |
|
second |
Pedro Ribeiro de Andrade Neto