plotKML: kml_View adds working directory to file name
Hello, Kml_View works fine if I use the following: dfile <- "somefile.kml" kml_View(file.name=dfile) but when I do: dfile <- file.choose(new=FALSE) kml_View(file.name=dfile) I get an error message saying file cannot be opened and a path[1] that has the working directory added to it. Variable dfile is OK, it contains the path but that should be no problem. Why is the working directory path added to that in kml_View? Cheers, Jan