date2time_IQRdataProgramming | R Documentation |
Conversion of date/time in string format to numeric values
date2time_IQRdataProgramming(dateString, format = "%Y-%m-%dT%H:%M")
dateString |
Vector of dates/times in string format |
format |
Format of the date/time information, defined as the format for as.POSIXxt() |
List with the elements time_seconds, time_minutes, time_hours, time_days, time_weeks, time_years
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.