Currently when melt is set to TRUE, the metadata are gathered in the output data.frame.
We need to add some logic that determined if metadata == TRUE and if it's true, grab a vector of metadata column names and then make sure those are not gathered. i think you use -column_name as the syntax to do this.
Currently when melt is set to
TRUE
, the metadata are gathered in the output data.frame. We need to add some logic that determined ifmetadata == TRUE
and if it's true, grab a vector of metadata column names and then make sure those are not gathered. i think you use-column_name
as the syntax to do this.