Skip to content

Commit af76970

Browse files
committed
fix incorrect renaming of make.unique
1 parent 95a7f8c commit af76970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/excel_database_class.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ setMethod(
8888
colNames = obj$colNames,
8989
startRow = obj$startRow
9090
)
91-
colnames(IN) <- makefuse_unique(colnames(IN))
91+
colnames(IN) <- make.unique(colnames(IN))
9292
IN$.row_id <- seq_len(nrow(IN))
9393

9494
# return

0 commit comments

Comments
 (0)