convertNumericDate: Converts given year, month and day to UNIX time-code for API

Description Usage Arguments Value

View source: R/utils.R

Description

Converts given year, month and day to UNIX time-code for API

Usage

1
convertNumericDate(YYYY, MM, DD, tz = "America/New_York")

Arguments

YYYY

Year; must be 4 digits

MM

Month

DD

Day

tz

Specify timezone based on R base time zones. Default: America/New_York

Value

UNIX code time-stamp


stevensolarz/rYahooFinance documentation built on Jan. 8, 2022, 7:44 p.m.