countries: Countries

Description Usage Arguments Value Examples

Description

Download a data frame with general information about countries.

Usage

1

Arguments

consumer

A consumer, created by consumer.

access_token

An access token, created by access_token.

Value

A data frame with 27 variables:

league_id

League ID.

league_name

League name.

season

Current season.

season_offset

Season offset to Swedish season.

match_round

Current series match round.

short_name

League short name.

continent

Continent name.

zone_name

Geographical zone name.

english_name

League name in English.

country_available

Is there a country related to the league?

country_id

Country ID.

country_name

Country name.

currency_name

Currency name.

currency_rate

Currency exchange rate to SEK (Swedish Krona).

country_code

Country code.

date_format

Date format.

time_format

Time format.

national_team_id

National team ID.

u20_team_id

U20 national team ID.

active_teams

Number of active teams.

active_users

Number of active users.

waiting_users

Number of waiting users.

training_date

Next training update date and time.

economy_date

Next economy update date and time.

cup_match_date

Next cup round date and time.

series_match_date

Next series round date and time.

number_of_levels

Number of levels.

Examples

1
2
3
4
## Not run: 
df <- countries(consumer, access_token)

## End(Not run)

arcvetkovic/chppr documentation built on May 14, 2019, 9:22 p.m.