getInDays: Get from a date given in the numeric format yyyymmdd the...

View source: R/auxFctMicSim.r

getInDaysR Documentation

Get from a date given in the numeric format yyyymmdd the number of days elapsed since 1970-01-01

Description

Function computes the days that have pasted since 1970-01-01 up to the currDate (in the numeric format yyyymmdd)

Usage

getInDays(currDate)

Arguments

currDate

Date given as string of the numeric format yyyymmdd.

Value

Number of days elapsed since 1970-01-01.

Author(s)

Sabine Zinn

Examples

getInDays(20200826)

MicSim documentation built on Jan. 9, 2023, 5:05 p.m.