Provides access to the records of parliamentary questions through the Legislative Yuan's V1 API interface.
Arguments
- term
numeric or NULL. The default is set to NULL. 參數必須為數值。
- session_period
integer, numeric or NULL. Available options for the session is: 1, 2, 3, 4, 5, 6, 7, and 8. The default is set to 8 參數必須為數值。
review_session_info()generates each session period available option period in Minguo (Taiwan) calendar.- verbose
logical, indicates whether
get_parlquestionsshould print out detailed output when retrieving the data. The default is TRUE.
Value
A list containing:
titlethe records of parliamentary questions
query_timethe queried time
retrieved_numberthe total number of observations
retrieved_termthe queried term
urlthe retrieved json url
variable_namesthe variables of the tibble dataframe
manual_infothe offical manual from https://data.ly.gov.tw/getds.action?id=6, or use get_variable_info("get_parlquestions")
dataa tibble dataframe, whose variables include:
term屆別
sessionPeriod會期
sessionTimes會次
item項目
selectTerm屆別期別篩選條件
Details
get_parlquestions produces a list, which contains title,
query_time, retrieved_number, retrieved_term, url, variable_names,
manual_info, and data.
Note
To retrieve the user manual and more information about variable of the data
frame, please use get_variable_info("get_parlquestions")
or visit the API manual at https://data.ly.gov.tw/getds.action?id=6.
質詢類: 提供議事日程本院委員之質詢事項資訊(自第8屆第1會期起)。
