| load_mlv_events_log | R Documentation |
Load cleaned mlv events log data from the volleydata repository.
load_mlv_events_log(seasons = NULL)
seasons |
An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons. |
A data frame containing the events log data for the specified seasons.
| Column Name | Type |
| match_id | int |
| season | int |
| match_datetime | string |
| set | int |
| set_start_time | string |
| set_end_time | string |
| set_duration | int |
| set_final_home_score | int |
| set_final_away_score | int |
| event_type | string |
| event_time | string |
| libero_enters | bool |
| team_involved | string |
| libero_jersey_number | int |
| libero_substitute_jersey_number | int |
| rally_start_time | string |
| rally_end_time | string |
| rally_point_winner | string |
| substitute_in_jersey_number | int |
| substitute_out_jersey_number | int |
| challenge_approved | string |
| challenge_reason | string |
| challenge_method | string |
| challenge_response | string |
| challenge_at_home_score | float |
| challenge_at_away_score | float |
| challenge_score_change | string |
| serving_team | string |
| current_home_score | float |
| current_away_score | float |
| home_team_p1 | float |
| home_team_p2 | float |
| home_team_p3 | float |
| home_team_p4 | float |
| home_team_p5 | float |
| home_team_p6 | float |
| away_team_p1 | float |
| away_team_p2 | float |
| away_team_p3 | float |
| away_team_p4 | float |
| away_team_p5 | float |
| away_team_p6 | float |
| verified_time | string |
| verified_method | string |
| sanction_type | string |
| sanction_remark | float |
| sanction_staff_role | string |
| staff_first_name | string |
| staff_last_name | string |
| staff_type | string |
| is_exceptional | string |
try({load_mlv_events_log(2024)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.