Skip to content
Prev 8094 / 29559 Next

Trying to read a list of maps using readRAST6

Thomas, perhaps:

data <- readRAST6(map_list[[1]])

as map_list is a list, and readRAST6 seems to want a character vector,
which is in the first list element of map_list.
Thomas Adams wrote: