We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6deee commit 7f5c345Copy full SHA for 7f5c345
R/methods-epi_df.R
@@ -79,7 +79,7 @@ summary.epi_df = function(object, ...) {
79
80
cn <- names(res)
81
82
- # Duplicate key columns, Abort
+ # Duplicate columns, Abort
83
dup_col_names = cn[duplicated(cn)]
84
if (length(dup_col_names) != 0) {
85
Abort(paste0("Column name(s) ",
0 commit comments