process_timestamp_arg {yfinancer}R Documentation

Process Timestamp Argument Converts a character string, timestamp, or date to a unix timestamp

Description

Process Timestamp Argument Converts a character string, timestamp, or date to a unix timestamp

Usage

process_timestamp_arg(timestamp = NULL, default = NULL)

Arguments

timestamp

A character string that can be converted to a unix timestamp, timestamp, or date

default

A default value to return if timestamp is NULL

Value

A unix timestamp. Default is current time.


[Package yfinancer version 0.1.3 Index]