analyze_meetings | R Documentation |
Analyzes and visualizes meeting statistics from the Legislative Yuan, including meeting counts by term, minutes completion rates, and produces a comparison visualization between total meetings and available meeting minutes.
analyze_meetings(stats)
stats |
A list containing Legislative Yuan statistics with the following structure:
|
A list containing:
A ggplot object showing meeting statistics comparison
A data frame with meeting statistics including:
Term number
Total meetings
Percentage of meetings with minutes
Formatted date of last meeting
## Not run:
# Get statistics and analyze meetings
stats <- get_ly_stat()
meeting_analysis <- analyze_meetings(stats)
# View the plot
print(meeting_analysis$plot)
# View meeting statistics
print(meeting_analysis$summary)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.