create_sunrise_cal: Creates a sunset calender

Description Usage Arguments Value

Description

Creates a sunset calender

Usage

1
2
3
create_sunrise_cal(date = "2015/01/01", lat = 49.2748, long = -123.2237,
  timezone = "UTC-8", num.days = 365, file = "sunrise.csv",
  location = "Spanish Banks, Vancouver, BC V6T")

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 sunrise time calculation).

num.days

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

CSV file


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