##### Reads the results of a download from the ALA spatial portal into ##### R dataframe 'data.csv' from default path, currently C:/Data/R samples<-data.frame() samples<-read.table("C:/Data/R/data.csv", sep=",", header = T)