dateSinceEpoch: Converts a number as Ms from epoch to POSIXct

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Converts a number as Ms from epoch to POSIXct

Usage

1
dateSinceEpoch(val, tz = "CET")

Arguments

val

The number of ms since Epoch

tz

The timezone, default CET

Value

A POSIXct object with the date/time representation

Examples

1
dateSinceEpoch(1231908401)

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.