Skip to contents

List providers and datasets sorted by creation date

Usage

db_last_updates()

Examples

# \donttest{
db_last_updates()
#> $datasets
#> # A tibble: 100 × 9
#>    code            description dir_hash indexed_at name  nb_series provider_code
#>    <chr>           <chr>       <chr>    <chr>      <chr>     <int> <chr>        
#>  1 parameters      NA          5c3d197… 2025-04-2… Open…       468 openfisca-tu…
#>  2 GDPbyIndustry-6 NA          5903260… 2025-04-2… Comp…       396 BEA          
#>  3 GDPbyIndustry-7 NA          04a5486… 2025-04-2… Comp…       396 BEA          
#>  4 AMOLO           NA          4d94e02… 2025-04-2… Oust…       208 NBB          
#>  5 IROLOBE2        NA          39f2d38… 2025-04-2… Yiel…       188 NBB          
#>  6 EXR             NA          2f27809… 2025-04-2… Refe…       198 NBB          
#>  7 CONSN           NA          7beffbc… 2025-04-2… Cons…        52 NBB          
#>  8 IRTRCERT        NA          7868d24… 2025-04-2… Refe…        52 NBB          
#>  9 RESERVBPM6      NA          c664599… 2025-04-2… Offi…        35 NBB          
#> 10 IRESCB          NA          9c098d0… 2025-04-2… Mone…        24 NBB          
#> # ℹ 90 more rows
#> # ℹ 2 more variables: provider_name <chr>, updated_at <chr>
#> 
#> $providers
#> # A tibble: 93 × 6
#>    code              indexed_at               name          region slug  website
#>    <chr>             <chr>                    <chr>         <chr>  <chr> <chr>  
#>  1 openfisca-tunisia 2025-04-23T15:53:56.358Z OpenFisca-Tu… NA     open… https:…
#>  2 BEA               2025-04-23T12:23:04.387Z U.S. Bureau … US     bea   http:/…
#>  3 DESTATIS          2025-04-23T10:08:10.279Z Federal Stat… DE     dest… https:…
#>  4 BIS               2025-04-23T09:27:22.919Z Bank for Int… World  bis   https:…
#>  5 NBB               2025-04-23T07:54:02.088Z National Ban… BE     nbb   https:…
#>  6 CSO               2025-04-23T07:00:19.569Z Central Stat… IE     cso   https:…
#>  7 INSEE             2025-04-23T06:56:20.650Z Institut nat… FR     insee https:…
#>  8 BDF               2025-04-23T06:22:08.820Z Banque de Fr… FR     bdf   https:…
#>  9 ISTAT             2025-04-23T05:34:21.724Z Italian Nati… IT     istat https:…
#> 10 ENTSOE            2025-04-23T05:31:50.075Z European Net… World  ents… https:…
#> # ℹ 83 more rows
#> 
# }