More melts
A data table containing confirmed Ebola case numbers from Guinea in weeks 50 and 51 of the outbreak has been loaded into your R session. Your goal is to melt ebola_wide into a long format data table containing a single column for the case numbers variable.
यह अभ्यास पाठ्यक्रम का हिस्सा है
Joining Data with data.table in R
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Print ebola_wide
___
# Stack Week_50 and Week_51
melt(___)