Queries the list of localities that contain the given txt name.
Usage
localities_list_txt(txt,...)
Arguments
- txt
string.
- ...,
Further named parameters.Other optional arguments.
Value
df, a data frame of localities
Details
This function releated to the fields "txt" of localities.
This function queries the list of localities that contain the given txt name.
Examples
if (FALSE) {
df <-localities_list_txt("lava")
}