Skip to content

Commit e52de3e

Browse files
committed
changes
1 parent b414ddc commit e52de3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/fcast.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ dcast.data.table = function(data, formula, fun.aggregate = NULL, sep = "_", ...,
136136
value.var = names(data)[ncol(data)]
137137
lvals = value_vars(value.var, names(data))
138138
valnames = unique(unlist(lvals))
139-
# Preserve empty string column names
140139
if (any(valnames == "")) {
141140
valnames[valnames == ""] = ""
142141
}

0 commit comments

Comments
 (0)