Description Usage Arguments Value Examples
Loads data simultaneously from multiple files. For data files, it is assumed that the columns have a header. The function understands filenames with extensions 'shp', 'txt', 'dat', and 'tif'.
| 1 | 
| thinning | determines a thinning rate for the shapefiles. This is useful when shapefiles, particularly coastlines, are very high in resolution. | 
| tif_grid | the native resolution of the tif file, if present, in m | 
| convert_m_to_km | if  | 
| ... | paths to data sets which will be loaded. These need to be assigned variable names | 
list of data frames
| 1 2 3 4 | df <- data.frame(x=c(1,2,3),y=c(2,2,2))
write.table(df,file="~/temp.dat")
data <- Load_data("~/temp.dat")
file.remove("~/temp.dat")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.