find_tenure.Rd
find_tenure
helps find the correct tenure name from all of the DBCA estate.
find_tenure(like = NULL)
default is NULL which returns all DBCA tenure names. Use a character vector to find matches. Case ambivalent.
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) {
all_tenure <- find_tenure(like = NULL)
choice <- find_tenure(like = "wandoo")[1]
}