Description Usage Format Details Examples
A data set contains population and age sex group from year 1991.
1 |
Data frame with columns POPULATION, sex, and age for the Canada 1991 population.
data frame with rows representing age-sex groups, first column giving proportion of Canada 1991 population in that group, and subsequent columns giving sex and start of age range for each group
1 2 3 | data(referencepop)
head(referencepop)
sum(referencepop$POPULATION)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.