LoslegenKostenlos loslegen

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.

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.

# Concatenate case numbers from weeks 50 and 51
___(___, ___)
Code bearbeiten und ausführen