Skip to content

Commit 039536a

Browse files
committed
refactor: also move the argument check to different file as will be reused
1 parent 9fa00d4 commit 039536a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/ds.colnames.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ds.colnames <- function(x=NULL, datasources=NULL) {
5555
.check_df_name_provided(x)
5656

5757
cally <- call("colnamesDS", x)
58-
column_names <- DSI::datashield.aggregate(datasources, cally)§
58+
column_names <- DSI::datashield.aggregate(datasources, cally)
5959
return(column_names)
6060

6161
}

0 commit comments

Comments
 (0)