find_block helps find the correct DBCA forest block name.

find_block(like = NULL)

Arguments

like

default is NULL which returns all DBCA forest block names. Use a character vector to find matches. Case ambivalent.

Value

A character vector containing one or many DBCA forest block names.

Details

Used with the default parameter, find_block returns a character vector of the 400+ full names of all forest blocks in the DBCA estate. A character vector can be used for a fuzzy search, returning all close matches. Use this function to obtain the correct search term for DBCA_aoi().

Author

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

Examples

if (FALSE) {
all_blocks<- find_block(like = NULL)

choice <- find_block(like = "jasper")
}