
get_time_since_sunset
get_time_since_sunset.Rd
This function calculates the time elapsed since sunset given a specific location and time.
Examples
if (FALSE) { # \dontrun{
time_since_sunset <- get_time_since_sunset(
start = Sys.time(),
lat = 51.5074,
lon = 0.1278,
units = 'minutes'
)
} # }