We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa00d4 commit 039536aCopy full SHA for 039536a
1 file changed
R/ds.colnames.R
@@ -55,7 +55,7 @@ ds.colnames <- function(x=NULL, datasources=NULL) {
55
.check_df_name_provided(x)
56
57
cally <- call("colnamesDS", x)
58
- column_names <- DSI::datashield.aggregate(datasources, cally)§
+ column_names <- DSI::datashield.aggregate(datasources, cally)
59
return(column_names)
60
61
}
0 commit comments