View source: R/create_batch_spreadsheet.R
create_batch_spreadsheet | R Documentation |
Will take a project folder, and then create a batch spreadsheet for use in data aggregation
create_batch_spreadsheet(path, Zone, shape, outdir)
path |
a character string. The path of the project |
Zone |
a character string. The Zone number (in quotation marks) |
shape |
a character string. The shapefile name to use in the batch spreadsheet |
outdir |
a character string. The path for the output |
A data frame. The data frame with the information for the batch spreadsheet
create_batch_spreadsheet(path = "R:/Projects/HP00000 - Projects/HP00104 - Seagreen Phase 2 and 3/",Zone = "85", shape = "Seagreen_Phase_2_and_3_16_km_buffer_WGS84.shp",outdir = "C:/Temp/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.