eikonapir icon indicating copy to clipboard operation
eikonapir copied to clipboard

Translated Python(?) code from get_timeseries() for start_date/end_date = NULL

Open naturewillconfess opened this issue 4 years ago • 0 comments

Original code used datetime.now(tzlocal()) which is not a thing in R, AFAIU. Changed it to Sys.time() and formatted it.

naturewillconfess avatar Apr 29 '20 13:04 naturewillconfess