
The Records of Legislation and the Executives Proposals: 委員及政府議案提案資訊
Source:R/bill.R
get_bills_2.RdThe Records of Legislation and the Executives Proposals: 委員及政府議案提案資訊
Arguments
- term
A numeric or NULL value. Data is available from the 8th term onwards. Default is set to 8. 參數必須為數值。資料從第8屆開始,預設值為8。
- session_period
An integer, numeric, or NULL. Valid options for the session are: 1, 2, 3, 4, 5, 6, 7, and 8. Default is set to NULL. 參數必須為數值。
review_session_info()provides available session periods based on the Minguo (Taiwan) calendar.- verbose
Default value is TRUE. Displays details of the retrieved data, including the number, URL, and computing time.
Value
A list containing:
titleRecords of questions answered by the executives
query_timeQuery time
retrieved_numberNumber of observations
retrieved_termRetrieved term
urlRetrieved JSON URL
variable_namesVariables of the tibble dataframe
manual_infoOfficial manual: https://data.ly.gov.tw/getds.action?id=20 or use
get_variable_info("get_bills_2")dataA tibble dataframe with variables such as:
term屆別
sessionPeriod會期
sessionTimes會次
meetingTimes臨時會會次
billNo議案編號
billName提案名稱
billOrg提案單位/委員
billProposer主提案人
billCosignatory連署提案
billStatus議案狀態
pdfUrlPDF download link for related documents
docUrlDOC download link for related documents
selectTermFiltering criteria based on term
Details
The get_bills_2 function produces a list, which includes query_time,
retrieved_number, retrieved_term, url, variable_names, manual_info, and data.
For the user manual and more information about the dataframe, use get_variable_info("get_bills_2").
Note
For more details about the dataframe's variables, use get_variable_info("get_bills_2")
or visit the API manual at https://data.ly.gov.tw/getds.action?id=20.
議事類: 提供委員及政府之議案提案資訊 (從第8屆第1會期開始)。
See also
get_variable_info("get_bills_2"),review_session_info()