I am working with time-date data to plot temporal activity.
I would like to create a "template" to repeat the date and time for
all potential data sets that may have differing time zone origins.
Reading the > ?strptime help section I note that time zone is a
variable to add.
Looking at the
Read this from the as.POSIXct help page more carefully:
"Usage
as.POSIXct(x, tz = "", ...)"
"tz
A timezone specification to be used for the conversion, if one is
required. System-specific (see time zones), but "" is the current
timezone, and "GMT" is UTC (Universal Time, Coordinated)."
--
I am working with time-date data to plot temporal activity.
I would like to create a "template" to repeat the date and time for
all potential data sets that may have differing time zone origins.
Reading the > ?strptime help section I note that time zone is a
variable to add.
Looking at the
3 matches
Mail list logo