Sys.time()
liefert das aktuelle Datum und Uhrzeit.
Handhabung
jetzt <- Sys.time()
class(jetzt) [1] "POSIXt" "POSIXct"
siehe auch
- Datum- und Zeitfunktionen
difftime()
ISOdate()
strptime()
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.