Get valid keywords for a resource.

get_keywords(resource = c("wcvp", "powo", "ipni", "tol"))

Arguments

resource

The resource being queried.

Value

A character vector of valid keywords.

Examples

get_keywords("wcvp")
#> [1] "family"  "genus"   "species"
get_keywords("powo")
#>  [1] "name"           "common_name"    "family"         "genus"         
#>  [5] "species"        "author"         "characteristic" "summary"       
#>  [9] "appearance"     "flower"         "fruit"          "leaf"          
#> [13] "inflorescence"  "seed"           "cloning"        "use"           
#> [17] "distribution"  
get_keywords("ipni")
#>  [1] "added"                   "author"                 
#>  [3] "basionym"                "basionym_author"        
#>  [5] "bibliographic_reference" "citation_type"          
#>  [7] "collection_number"       "collectors"             
#>  [9] "distribution"            "family"                 
#> [11] "full_name"               "genus"                  
#> [13] "in_powo"                 "infrafamily"            
#> [15] "infragenus"              "infraspecies"           
#> [17] "modified"                "name_status"            
#> [19] "published"               "published_in"           
#> [21] "publishing_author"       "rank"                   
#> [23] "scientific_name"         "species"                
#> [25] "species_author"          "version"                
#> [27] "author_forename"         "author_full_name"       
#> [29] "author_std_form"         "author_surname"         
#> [31] "pub_std_form"            "bph_number"             
#> [33] "pub_date"                "isbn"                   
#> [35] "issn"                    "lc_number"              
#> [37] "preceded_by"             "superceded_by"          
#> [39] "title"                   "tl2_author"             
#> [41] "tl2_number"