wbt_file_path("./abc.tif")
wbt_file_path("./abc.tif;./def.tif")
wbt_file_path("./abc.tif,./def.tif")
wbt_file_path(c("./abc.tif", "./def.tif"))
wbt_file_path("~/abc.tif", shell_quote = FALSE)
wbt_file_path(c("~/abc.tif", "~/def.tif"))
Run the code above in your browser using DataLab