Skip to contents

: Queries the list of localities that contain the given description.

Usage

localities_list_description(desc,...)

Arguments

desc

string,

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of localities

Details

This function releated to all the field "description" of localities. retrieve the localities that contain the given description

Examples

if (FALSE) {
df <-localities_list_description("volcano")
}