I have a tibble (called bidrag) which i want to reshape using melt(bidrag, id.vars=c("YYYYMMDD")). However, this somehow results in all my va
melt(bidrag, id.vars=c("YYYYMMDD"))