get_list_of_meeting_links: Get list of meetings, agendas, minutes, and links from...

Description Usage Arguments Value

View source: R/download_agendas_and_minutes2.R

Description

Get list of meetings, agendas, minutes, and links from Framingham meeting portal

Usage

1
2
3
4
5
6
get_list_of_meeting_links(
  the_url = "http://framinghamma.iqm2.com",
  the_start = "1/1/2021",
  the_end = "12/31/2021",
  my_dir = "www"
)

Arguments

the_url

string root of URL for meeting listing

the_start

string date in m/d/yyyy format

the_end

string date in m/d/yyyy format

my_dir

string subdirectory you want files downloaded; set to "" for none

Value

data frame with URLs of meeting pages, agendas, and minutes as well as meeting info and separate columns for Date and Board (City Council, etc.)


smach/CivicPlusScraper documentation built on Dec. 23, 2021, 3:25 a.m.