get_committee_record | R Documentation |
The Records of Reviewed Items in the Committees 委員會會議審查之議案項目
get_committee_record(term = 10, session_period = NULL, verbose = TRUE)
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.
|
verbose |
logical. This indicates whether |
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
.
A list containing:
title |
Records of questions answered by executives |
query_time |
Time of query |
retrieved_number |
Total number of observations |
retrieved_term |
Queried term |
url |
Retrieved JSON URL |
variable_names |
Variables of the tibble dataframe |
manual_info |
Official manual, https://data.ly.gov.tw/getds.action?id=46; or use get_variable_info("get_committee_record") |
data |
A tibble dataframe with variables:
|
A list containing:
title |
Records of questions answered by executives |
query_time |
Time of query |
retrieved_number |
Total number of observations |
retrieved_term |
Queried term |
url |
Retrieved JSON URL |
variable_names |
Variables of the tibble dataframe |
manual_info |
Official manual, https://data.ly.gov.tw/getds.action?id=46; or use get_variable_info("get_committee_record") |
data |
A tibble dataframe with variables:
|
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).
David Yen-Chieh Liao
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()
## Query the committee record by term and session period.
## 輸入「立委屆期」與「會期」下載「委員會審議之議案」
get_committee_record(term = 10, session_period = 1)
## Query the committee record by term and session period.
## 輸入「立委屆期」與「會期」下載「委員會審議之議案」
get_committee_record(term = 10, session_period = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.