Skip to contents

Find which indicators are available.

Usage

esios_search_indicators(
  text = NULL,
  taxonomy_terms = NULL,
  taxonomy_ids = NULL
)

Arguments

text

Text to search indicators

taxonomy_terms

Terms of indicators

taxonomy_ids

Ids of the indicators

Value

A data.frame with four columns: name, description, short_name and id.

Examples

# \donttest{
ei <- esios_search_indicators()
#> Waiting 6s to retry ■■■■■■■■■■■■                    
#> Waiting 6s to retry ■■■■■■■■■■■■■■■■■■■■■■■■■■■     
#> Waiting 6s to retry ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 
mercados <- esios_search_indicators(text = "Mercados y precios")
#> Waiting 4s to retry ■■■■■■■■                        
#> Waiting 4s to retry ■■■■■■■■■■■■■■■■■■■■■■■■■■■■    
#> Waiting 4s to retry ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■  
# }