... | ... |
@@ -151,6 +151,9 @@ gmql_materialize <- function(input_data, dir_out, name) |
151 | 151 |
else |
152 | 152 |
res_dir_out <- dir_out |
153 | 153 |
|
154 |
+ if(grepl("\\.",name)) |
|
155 |
+ stop("name dataset cannot contains dot") |
|
156 |
+ |
|
154 | 157 |
response <- WrappeR$materialize(input_data, res_dir_out) |
155 | 158 |
error <- strtoi(response[1]) |
156 | 159 |
val <- response[2] |