find_tenure.Rdfind_tenure helps find the correct tenure name from all of the DBCA estate.
find_tenure(like = NULL)A character vector containing one or many DBCA tenure names.
Used with the default parameter, find_tenure returns a character vector of
the 1000+ full names of all tenure 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_tenure <- find_tenure(like = NULL)
choice <- find_tenure(like = "wandoo")[1]
} # }