A new function should be added that will query members in a club on a given set of criteria.
The following criteria should be included and defaulted to NA. If NA, do not add to the filter.
club_id, the club to query members from
max_timeout, the maximum timeout percent allowed
max_move_speed, the max time per move allowed
minimum games played, the minimum number of daily games played
min_joined_date, the date the user joined chess.com
min_last_online_date, the last time the user was online
country, this should be given as the country code (2 letters). Useful for national teams A warning should be added that some users set their location to "international (XX)" This will NOT be included in the filter.
A list of users should be returned with the above stats as a data frame.
A new function should be added that will query members in a club on a given set of criteria. The following criteria should be included and defaulted to NA. If NA, do not add to the filter.
A list of users should be returned with the above stats as a data frame.