if (FALSE) {
# This will download the vaa file to the path from get_vaa_path()
get_vaa("slope")
get_vaa(c("slope", "lengthkm"))
get_vaa(updated_network = TRUE)
get_vaa("reachcode", updated_network = TRUE)
#cleanup if desired
unlink(dirname(get_vaa_path()), recursive = TRUE)
}
Run the code above in your browser using DataLab