Description Usage Arguments Value Examples
Same thing as getRounds, but only returns the number of rounds.
1 | getNumberofRounds(country)
|
country |
A string character representation of the country whose round data you're looking to get. |
The number of rounds a given country has. Equivalent of length(getRounds(country))
.
1 2 3 | #getting the number of rounds for Senegal
sen_roundnum <- getNumberofRounds(country='Senegal')
paste('Senegal has ',sen_roundnum, ' rounds of data',sep="",collapse="")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.