LoslegenKostenlos loslegen

Anti-joins

Anti-joins are useful when you want to filter rows in one table not found in the other. Your goal is to filter the population so that it does not contain the state capitals, and filter the area so that it only contains administrative areas, not the major Australian states.

Diese Übung ist Teil des Kurses

Joining Data with data.table in R

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Anti-join capitals to population
population[___]
Code bearbeiten und ausführen