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 95a7f8c commit af76970Copy full SHA for af76970
R/excel_database_class.R
@@ -88,7 +88,7 @@ setMethod(
88
colNames = obj$colNames,
89
startRow = obj$startRow
90
)
91
- colnames(IN) <- makefuse_unique(colnames(IN))
+ colnames(IN) <- make.unique(colnames(IN))
92
IN$.row_id <- seq_len(nrow(IN))
93
94
# return
0 commit comments