The Video Information of Meetings and Committees 院會及委員會之委員發言片段相關影片資訊
Source:R/meeting.R
get_speech_video.Rd
The Video Information of Meetings and Committees 院會及委員會之委員發言片段相關影片資訊
Arguments
- start_date
character Must be formatted in Minguo (ROC) calendar with three forward slashes between year, month and day, e.g. "106/10/20".
- end_date
character Must be formatted in Minguo (ROC) calendar with three forward slashes between year, month and day, e.g. "109/01/10".
- verbose
logical, indicates whether get_meetings should print out detailed output when retrieving the data.
Value
list, which contains:
title
the meeting records of cross-caucus session
query_time
the query time
retrieved_number
the number of observation
meeting_unit
the meeting unit
start_date_ad
the start date in POSIXct
end_date_ad
the end date in POSIXct
start_date
the start date in ROC Taiwan calendar
url
the retrieved json url
variable_names
the variables of the tibble dataframe
manual_info
the official manual, https://data.ly.gov.tw/getds.action?id=148; or use get_variable_info("get_speech_video")
data
a tibble dataframe, whose variables include:
sessionPeriod
會期
meetingDate
會議日期(西元年)
meetingTime
會議時間
meetingTypeName
主辦單位
meetingName
會議名稱
meetingContent
會議事由
legislatorName
委員姓名
areaName
選區名稱
speechStartTime
委員發言時間起
speechEndTime
委員發言時間迄
speechRecordUrl
發言紀錄網址
videoLength
影片長度
videoUrl
影片網址
selectTerm
屆別期別篩選條件
Details
get_speech_video
produces a list, which contains title
, query_time
,
retrieved_number
, meeting_unit
, start_date_ad
, end_date_ad
, start_date
,
end_date
, url
, variable_names
, manual_info
and data.
To retrieve the user
manual and more information about the data frame, please use get_variable_info("get_speech_video")
.
Note
To retrieve the user manual and more information about variable of the data
frame, please use get_variable_info("get_speech_video")
or visit the API manual at https://data.ly.gov.tw/getds.action?id=148.
會議類:提供立法院院會及委員會之委員發言片段相關影片資訊 (自第9屆第1會期起)。
Examples
## query full video information of meetings and committees using a period of
## the dates in Taiwan ROC calender format with forward slash (/).
## 輸入「中華民國民年」下載「委員發言片段相關影片資訊」,輸入時間請依照該
## 格式 "105/10/20",需有「正斜線」做隔開。
get_speech_video(start_date = "105/10/20", end_date = "109/03/10")
#> Error: The query is unavailable.