View source: R/sunrise_sunset.R
sunrise_sunset | R Documentation |
Function to calculate sunrise and sunset times at a particular location
sunrise_sunset(date, latitude, longitude)
latitude |
Latitude of location |
longitude |
Longitude of location |
Tibble.
Shona Wilde
sunriset
, gissr::calculate_sunrise
# append to data frame
df %>%
mutate(sunrise_sunset(date, 54.20092, -0.81852))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.