Exploring the Australian population
Your goal is to calculate the total percentage of people living in major cities of Australia (listed in capitals
). For this exercise, population
has a new column ("percentage"
) containing the percentage of people living in each of its listed cities.
Cet exercice fait partie du cours
Joining Data with data.table in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Inner join capitals to population
___