find_block.Rd
find_block
helps find the correct DBCA forest block name.
find_block(like = NULL)
default is NULL which returns all DBCA forest block names. Use a character vector to find matches. Case ambivalent.
A character vector containing one or many DBCA forest block names.
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()
.
if (FALSE) {
all_blocks<- find_block(like = NULL)
choice <- find_block(like = "jasper")
}