It is easy to convert wide data to long in this function. Be careful, id must be unique. prefix, suffix and var.names can be used together.
reshape_toLong(data, prefix = NULL, suffix = NULL, var.names = NULL)
long data
wide data
prefix of value variables
suffix of value variables
names of value variables, do.value will be created as the name of value column