You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in method you wrote: dt_tm <- lubridate::as_datetime(paste(dt, " 22:00:00"), tz = "UTC")
then, user cant add a time. You are hardcoding it ((
can you edit it like this:
if user not add time - you paste 22:00
if user add time - you calculate strar map with his time
Sergey
The text was updated successfully, but these errors were encountered:
This package aims to replicate the product produced by MapsForMoments. @dieghernan was kind enough to do alot of work for figuring out how to replicate the maps as far as datetime is concerned and learned that this is what MapsForMoments does.
Hello, its me again!
in method you wrote:
dt_tm <- lubridate::as_datetime(paste(dt, " 22:00:00"), tz = "UTC")then, user cant add a time. You are hardcoding it ((
can you edit it like this:
if user not add time - you paste 22:00
if user add time - you calculate strar map with his time
Sergey
The text was updated successfully, but these errors were encountered: