analyze_ivod | R Documentation |
Analyzes and visualizes video records (IVOD - Internet Video on Demand) statistics from the Legislative Yuan, including video counts by term, daily averages, and time period coverage.
analyze_ivod(stats)
stats |
A list containing Legislative Yuan statistics with the following structure:
|
A list containing:
A ggplot object showing video count distribution by term
A data frame with video statistics including:
Term number
Video count
Formatted start date
Formatted end date
Duration in days
Average videos per day
## Not run:
# Get statistics and analyze videos
stats <- get_ly_stat()
video_analysis <- analyze_ivod(stats)
# View the plot
print(video_analysis$plot)
# View video statistics
print(video_analysis$summary)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.