checkR: Creates a list of image date folders to process.

Description Usage Arguments Value Author(s) Examples

View source: R/checkR.R

Description

This function is used internally in the jpegR function to create a list of image date folders to process. It also:

Usage

1
checkR(wkdir, imdir, shp, shp.ID)

Arguments

wkdir

character string of the working directory where your original shape file is located

imdir

character string of the directory where imagery is located to path/row level

shp

character string of the name of the shape file (no extension)

shp.ID

character string of the name of the field in the attribute table of the shape file that contains the unique entries (e.g.site numbers)

Value

creates a list of image date folders in RDA format used in the jpegR function

Author(s)

Bart Huntley, bart.huntley@dpaw.wa.gov.au

Examples

1
2
3
4
## Not run: 
checkR("../wkdir", "../imdir", "plot_locations", "Plot_ID")

## End(Not run)

Bartesto/BARTpkg documentation built on May 5, 2019, 10:28 a.m.