makeTimestamp {ccmReportR}R Documentation

Helper function for building ISO-8601 dates

Description

makeTimestame() generates ISO-8601 formatted date strings in UTC. This is the format required to query datetime fields in CCM.

Usage

makeTimestamp(dateString)

Arguments

dateString

Character scalar. Names the date which the function will use to create the formatted datetime.

Value

Character scalar. An ISO-8601 formatted date in the UTC timezone suitable for use in CCM queries.


[Package ccmReportR version 0.1.0 Index]