Gets competition data from WCA using the ID provided.
Usage
get_comp_data(id, export_csv = FALSE, directory = NULL, file_name)
Arguments
- id
ID of the competition to be searched for.
- export_csv
Whether or not the data should be exported. Set to false by default.
- directory
Directory where the .csv file will be saved.
- file_name
File name of the .csv file.