getRounds: getRounds

Description Usage Arguments Value Examples

Description

A helper for figuring out the list of rounds a given country has.

Usage

1
getRounds(country)

Arguments

country

A string character representation of the country whose round data you're looking to get.

Value

The list of all the available rounds (data) your country of selection has.

Examples

1
2
sen_rounds <- getRounds(country = 'Senegal')
paste("The latest round of Senegal is",gsub('Senegal', '',sen_rounds[1]), sep="",collapse="")

AbdouSeck/AfroData documentation built on May 5, 2019, 11:43 a.m.