sunsetter Calculate the sunrise and sunset times for a given range of dates and location
sunsetter.Rd
sunsetter Calculate the sunrise and sunset times for a given range of dates and location
Arguments
- StartDate
Date in %y-%m-%d format indicating startdate of dataframe. Defaults to today
- EndDate
Date in %y-%m-%d format indicating enddate of dataframe. Defaults to today
- lat
Numeric indicating the latitude. Defaults to Herman Teirlinck building in Brussels
- lng
Numeric indicating the longitude. Defaults to Herman Teirlinck building in Brussels
Value
dataframe containing the dates between the startdate and enddate, the corresponding sunrise time and sunset time.
Details
This function uses the sunrise-sunset API to calculate the sunrise and sunset times for a given range of dates and fixed location. The default location is the Herman Teirlinck building in Brussels.
if StartDate and EndDate are not specified, the function will return the sunrise and sunset times for today.
See also
Other temporal:
sunsetter2()