Skip to contents

make_index_rasters

Usage

make_index_rasters(p = ".")

Arguments

p

Character file path for the processing folder (top level directory). Defaults to current location, i.e. ".".

Value

Creates a folder `index_rasters/` and dummy index data.

Details

This function firstly creates a folder (`index_rasters/`) and then extracts the internal index example data, shipped with the package, and writes it to this location. This is handled separately to the other `make_` functions as this data and its location are only applicable to following examples in the package vignettes.

Author

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

Examples

if (FALSE) { # \dontrun{
make_index_rasters(p = ".")
} # }