create_clinic_events: create_clinic_events()

Description Usage Arguments Examples

Description

Create a list of events to load straight to google calendar

Usage

1
create_clinic_events(start, end, excluded = NULL, bank_hols = NULL)

Arguments

start

First day of time period to create events in

end

Last day of time period

excluded

A date vector containing days to be excluded ie no events to be created on these days

bank_hols

A date vector containing the dates of any bank holidays in the time period. No events will be created on bank holidays

Examples

1
create_clinic_events(dmy("1/1/17"), dmy("7/1/17"), NULL, scrape_bh_dates())

iainxingham/clinics documentation built on May 15, 2019, 4:26 p.m.