create_sunset_cal: Creates a sunset calender

Description Usage Arguments Value

Description

Creates a sunset calender

Usage

1
2
3
create_sunset_cal(date = "2015/01/01", lat = 37.8789, long = -122.5362,
  timezone = "UTC-8", num.days = 365, file = "sunset.csv",
  location = "Spruce Harbour Marina, Vancouver, BC V6H")

Arguments

date

Date at which you want the calendar to start, in yyyy/mm/dd format.

lat

Latitude of location (for sunset time calculation)

long

Longitude of location (for sunset time calculation, will be negative for continental US)

timezone

Timezone of location (for sunset time calculation).

num.days

Number of days you want sunset appointments for.

file

Filename for outputted .CSV file (to be uploaded to Google Calendar).

location

Location of sunset appointment. Will be input into Google Calendar event as the event location.

Value

CSVfile


gjahesh/sunsetrise documentation built on May 17, 2019, 6:03 a.m.