diff --git a/R/geoflow_handler.R b/R/geoflow_handler.R index 378c375..06e4d83 100644 --- a/R/geoflow_handler.R +++ b/R/geoflow_handler.R @@ -124,7 +124,7 @@ geoflow_handler <- R6Class("geoflow_handler", if(length(opt$default)>1){ opt$default = unlist(opt$default) }else{ - opt$default = switch(opt$default, + opt$default = switch(as.character(opt$default), "NA" = NA, "Inf" = Inf, as(opt$default, opt$class)