We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafcabe commit d67e662Copy full SHA for d67e662
R/geoflow_data.R
@@ -166,8 +166,8 @@ geoflow_data <- R6Class("geoflow_data",
166
if(!any(sapply(data_props, function(x){x$key=="source"})) && !any(sapply(data_props, function(x){x$key=="dir"}))){
167
stop("One or more data 'source' (or 'dir', as directory for sources) is mandatory")
168
}
169
- if(any(sapply(data_props, function(x){x$key=="source"}))) self$setSource(data_props$source$values)
170
+ if(any(sapply(data_props, function(x){x$key=="source"}))) self$setSource(data_props$source$values)
171
172
#sourceSql
173
if(!is.null(data_props$sourceSql)){
0 commit comments