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.
Este exercício faz parte do curso
Joining Data with data.table in R
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Print ebola_wide
___
# Stack Week_50 and Week_51
melt(___)