Skip to content

The Records of Reviewed Items in the Committees 委員會會議審查之議案項目

Usage

get_committee_record(term = 10, session_period = NULL, verbose = TRUE)

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_response should print a detailed output during data retrieval. Default is TRUE.

Value

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:

term

Term number

sessionPeriod

Session

meetingNo

Meeting number

billNo

Bill number

selectTerm

Term selection filter

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:

term

Term number

sessionPeriod

Session

meetingNo

Meeting number

billNo

Bill number

selectTerm

Term 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()

Author

David Yen-Chieh Liao

Examples

## Query the committee record by term and session period.
## 輸入「立委屆期」與「會期」下載「委員會審議之議案」
get_committee_record(term = 10, session_period = 1)
#>  Retrieved URL: 
#>  https://data.ly.gov.tw/odw/ID46Action.action?term=10&sessionPeriod=01&sessionTimes=01&meetingTimes=&fileType=json 
#>  Retrieved Term:  10 
#>  Retrieved Num:  4844 
#> $title
#> [1] "the records of reviewed items in the committees"
#> 
#> $query_time
#> [1] "2024-02-25 16:55:52 GMT"
#> 
#> $retrieved_number
#> [1] 4844
#> 
#> $retrieved_term
#> [1] "10"
#> 
#> $url
#> [1] "https://data.ly.gov.tw/odw/ID46Action.action?term=10&sessionPeriod=01&sessionTimes=01&meetingTimes=&fileType=json"
#> 
#> $variable_names
#> [1] "term"          "sessionPeriod" "meetingNo"     "billNo"       
#> [5] "billName"      "docUrl"        "selectTerm"   
#> 
#> $manual_info
#> [1] "https://data.ly.gov.tw/getds.action?id=46"
#> 
#> $data
#> # A tibble: 4,844 × 7
#>    term  sessionPeriod meetingNo  billNo        billName docUrl selectTerm
#>    <chr> <chr>         <chr>      <chr>         <chr>    <chr>  <chr>     
#>  1 10    01            2020022105 109021007010… 行政院…  https… all       
#>  2 10    01            2020022105 109021007020… 本院委…  https… all       
#>  3 10    01            2020022105 109021307020… 本院委…  https… all       
#>  4 10    01            2020022105 109021307020… 本院委…  https… all       
#>  5 10    01            2020022105 109021307020… 本院委…  https… all       
#>  6 10    01            2020022105 109021307020… 本院時…  https… all       
#>  7 10    01            2020022105 109021807010… 司法院…  https… all       
#>  8 10    01            2020022105 109021807010… 考試院…  https… all       
#>  9 10    01            2020022105 109021807020… 本院委…  https… all       
#> 10 10    01            2020022105 109021807020… 本院委…  https… all       
#> # ℹ 4,834 more rows
#> 

## Query the committee record by term and session period.
## 輸入「立委屆期」與「會期」下載「委員會審議之議案」
get_committee_record(term = 10, session_period = 1)
#>  Retrieved URL: 
#>  https://data.ly.gov.tw/odw/ID46Action.action?term=10&sessionPeriod=01&sessionTimes=01&meetingTimes=&fileType=json 
#>  Retrieved Term:  10 
#>  Retrieved Num:  4844 
#> $title
#> [1] "the records of reviewed items in the committees"
#> 
#> $query_time
#> [1] "2024-02-25 16:56:04 GMT"
#> 
#> $retrieved_number
#> [1] 4844
#> 
#> $retrieved_term
#> [1] "10"
#> 
#> $url
#> [1] "https://data.ly.gov.tw/odw/ID46Action.action?term=10&sessionPeriod=01&sessionTimes=01&meetingTimes=&fileType=json"
#> 
#> $variable_names
#> [1] "term"          "sessionPeriod" "meetingNo"     "billNo"       
#> [5] "billName"      "docUrl"        "selectTerm"   
#> 
#> $manual_info
#> [1] "https://data.ly.gov.tw/getds.action?id=46"
#> 
#> $data
#> # A tibble: 4,844 × 7
#>    term  sessionPeriod meetingNo  billNo        billName docUrl selectTerm
#>    <chr> <chr>         <chr>      <chr>         <chr>    <chr>  <chr>     
#>  1 10    01            2020022105 109021007010… 行政院…  https… all       
#>  2 10    01            2020022105 109021007020… 本院委…  https… all       
#>  3 10    01            2020022105 109021307020… 本院委…  https… all       
#>  4 10    01            2020022105 109021307020… 本院委…  https… all       
#>  5 10    01            2020022105 109021307020… 本院委…  https… all       
#>  6 10    01            2020022105 109021307020… 本院時…  https… all       
#>  7 10    01            2020022105 109021807010… 司法院…  https… all       
#>  8 10    01            2020022105 109021807010… 考試院…  https… all       
#>  9 10    01            2020022105 109021807020… 本院委…  https… all       
#> 10 10    01            2020022105 109021807020… 本院委…  https… all       
#> # ℹ 4,834 more rows
#>