CommencerCommencer gratuitement

Concatenating data.table variables

Three data.tables containing Ebola case numbers reported in Guinea to the World Health Organisation for three weeks at the height of the 2014 Ebola outbreak have been loaded into your R session: ebola_W50, ebola_W51, and ebola_W52. Your goal is to create a single data.table containing the case numbers in each region of Guinea across all three weeks.

Cet exercice fait partie du cours

Joining Data with data.table in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Concatenate case numbers from weeks 50 and 51
___(___, ___)
Modifier et exécuter le code