find_block.Rdfind_block helps find the correct DBCA forest block name.
find_block(like = NULL)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) { # \dontrun{
all_blocks<- find_block(like = NULL)
choice <- find_block(like = "jasper")
} # }