
The Records of Reviewed Items in the Committees 委員會會議審查之議案項目
Source:R/meeting.R
get_committee_record.RdThe Records of Reviewed Items in the Committees 委員會會議審查之議案項目
Arguments
- term
numeric or null. Data is available only from the 8th term. The default is set to 10. 參數必須為數值。提供委員會會議審查之議案項目。(自第10屆第1會期起)
- session_period
integer, numeric or NULL.
review_session_info()provides each session period's available options based on the Minguo (Taiwan) calendar.- verbose
logical. This indicates whether
get_executive_responseshould print a detailed output during data retrieval. Default is TRUE.
Value
A list containing:
titleRecords of questions answered by executives
query_timeTime of query
retrieved_numberTotal number of observations
retrieved_termQueried term
urlRetrieved JSON URL
variable_namesVariables of the tibble dataframe
manual_infoOfficial manual, https://data.ly.gov.tw/getds.action?id=46; or use get_variable_info("get_committee_record")
dataA tibble dataframe with variables:
termTerm number
sessionPeriodSession
meetingNoMeeting number
billNoBill number
selectTermTerm selection filter
A list containing:
titleRecords of questions answered by executives
query_timeTime of query
retrieved_numberTotal number of observations
retrieved_termQueried term
urlRetrieved JSON URL
variable_namesVariables of the tibble dataframe
manual_infoOfficial manual, https://data.ly.gov.tw/getds.action?id=46; or use get_variable_info("get_committee_record")
dataA tibble dataframe with variables:
termTerm number
sessionPeriodSession
meetingNoMeeting number
billNoBill number
selectTermTerm selection filter
Details
get_committee_record provides a list which includes title,
query_time, retrieved_number, retrieved_term, url, variable_names,
manual_info, and data.
get_committee_record provides a list which includes title,
query_time, retrieved_number, retrieved_term, url, variable_names,
manual_info, and data.
Note
To access the user manual and more information about the data frame's variables,
please refer to get_variable_info("get_committee_record") or check the API manual at
https://data.ly.gov.tw/getds.action?id=46.
This provides agenda items reviewed in committee meetings (from the 10th term, 1st session onwards).
To access the user manual and more information about the data frame's variables,
please refer to get_variable_info("get_committee_record") or check the API manual at
https://data.ly.gov.tw/getds.action?id=46.
This provides agenda items reviewed in committee meetings (from the 10th term, 1st session onwards).
See also
get_variable_info("get_committee_record"), review_session_info()
The Records of Reviewed Items in the Committees 委員會會議審查之議案項目
get_variable_info("get_committee_record"), review_session_info()
Examples
## Query the committee record by term and session period.
## 輸入「立委屆期」與「會期」下載「委員會審議之議案」
get_committee_record(term = 10, session_period = 1)
#>
#> Input Format Information:
#> ------------------------
#> Term: Must be numeric (e.g., 8, 9, 10)
#> Session Period: Must be numeric (1-8)
#> ------------------------
#>
#> Downloading committee records data...
#>
|
| | 0%
|
|============ | 20%
|
|======================== | 40%
|
|===================================== | 60%
|
|================================================= | 80%
#>
#> Error: The query is unavailable.
## Query the committee record by term and session period.
## 輸入「立委屆期」與「會期」下載「委員會審議之議案」
get_committee_record(term = 10, session_period = 1)
#>
#> Input Format Information:
#> ------------------------
#> Term: Must be numeric (e.g., 8, 9, 10)
#> Session Period: Must be numeric (1-8)
#> ------------------------
#>
#> Downloading committee records data...
#>
|
| | 0%
|
|============ | 20%
|
|======================== | 40%
|
|===================================== | 60%
|
|================================================= | 80%
#>
#> Error: The query is unavailable.