Skip to contents

This function allows you to list the list of available providers of the geoidep package.

Usage

get_data_sources(query = NULL)

Arguments

query

A string. Default is NULL. List of available providers. For more details, use the `get_providers` function.

Value

A tibble object.

Examples

# \donttest{
library(geoidep)
get_data_sources()
#> # A tibble: 107 × 7
#>    provider  category    layer         layer_can_be_actived admin_en year  link 
#>    <chr>     <chr>       <chr>         <lgl>                <chr>    <chr> <chr>
#>  1 INEI      General     departamento  TRUE                 Nationa… 2019  http…
#>  2 INEI      General     provincia     TRUE                 Nationa… 2019  http…
#>  3 INEI      General     distritos     TRUE                 Nationa… 2019  http…
#>  4 Midagri   Agriculture agriculture_… TRUE                 Ministr… 2024  http…
#>  5 Midagri   Agriculture oil_palm_are… TRUE                 Ministr… 2016… http…
#>  6 Geobosque Forest      stock_bosque… FALSE                Ministr… 2001… http…
#>  7 Geobosque Forest      stock_bosque… TRUE                 Ministr… 2001… http…
#>  8 Geobosque Forest      stock_bosque… TRUE                 Ministr… 2001… http…
#>  9 Geobosque Forest      stock_bosque… TRUE                 Ministr… 2001… http…
#> 10 Geobosque Forest      warning_last… TRUE                 Ministr… last… http…
#> # ℹ 97 more rows
# }