Skip to content

Commit d9b0af8

Browse files
committed
Removed 'dsBaseClient:::'s
1 parent 0840973 commit d9b0af8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

R/ds.boxPlot.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ds.boxPlot <- function(x, variables = NULL, group = NULL, group2 = NULL, xlabel
2424
datasources <- DSI::datashield.connections_find()
2525
}
2626

27-
dsBaseClient:::isDefined(datasources, x)
28-
cls <- dsBaseClient:::checkClass(datasources, x)
27+
isDefined(datasources, x)
28+
cls <- checkClass(datasources, x)
2929

3030
if(any(cls %in% c("data.frame"))){
3131
ds.boxPlotGG_table(x, variables, group, group2, xlabel, ylabel, type, datasources)
@@ -35,4 +35,4 @@ ds.boxPlot <- function(x, variables = NULL, group = NULL, group2 = NULL, xlabel
3535
}
3636
else(stop("The selected object is not a data frame nor a numerical vector"))
3737

38-
}
38+
}

0 commit comments

Comments
 (0)