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 GDPbyIndustry-… NA          b79af43… 2025-08-0… Comp…       896 BEA          
#>  2 GDPbyIndustry-… NA          51f36d4… 2025-08-0… Shar…       896 BEA          
#>  3 GDPbyIndustry-… NA          1b1dda7… 2025-08-0… Cont…       132 BEA          
#>  4 GDPbyIndustry-… NA          4b8d4a2… 2025-08-0… Cont…       132 BEA          
#>  5 GDPbyIndustry-6 NA          5903260… 2025-08-0… Comp…       396 BEA          
#>  6 GDPbyIndustry-7 NA          4e3002d… 2025-08-0… Comp…       396 BEA          
#>  7 SMIC-COTISATIO… NA          17aa2a1… 2025-08-0… Cont…        74 INSEE        
#>  8 121_393         NA          605e2a1… 2025-08-0… Mari…      5447 ISTAT        
#>  9 120_337         NA          f68cb7a… 2025-08-0… Inde…       270 ISTAT        
#> 10 120_337_DF_DCS… NA          915ba0f… 2025-08-0… Reta…        18 ISTAT        
#> # ℹ 90 more rows
#> # ℹ 2 more variables: provider_name <chr>, updated_at <chr>
#> 
#> $providers
#> # A tibble: 94 × 6
#>    code   indexed_at               name                     region slug  website
#>    <chr>  <chr>                    <chr>                    <chr>  <chr> <chr>  
#>  1 BEA    2025-08-04T12:53:52.291Z U.S. Bureau of Economic… US     bea   http:/…
#>  2 INSEE  2025-08-04T10:15:30.845Z Institut national de la… FR     insee https:…
#>  3 NBB    2025-08-04T08:43:20.557Z National Bank of Belgium BE     nbb   https:…
#>  4 CSO    2025-08-04T07:54:45.606Z Central Statistics Offi… IE     cso   https:…
#>  5 BDF    2025-08-04T07:31:24.297Z Banque de France         FR     bdf   https:…
#>  6 ISTAT  2025-08-04T07:26:50.095Z Italian National Instit… IT     istat https:…
#>  7 CWD    2025-08-04T06:29:24.665Z Climate Watch Data       NA     cwd   https:…
#>  8 JILPT  2025-08-04T06:20:13.747Z Japan Institute for Lab… JP     jilpt https:…
#>  9 ENTSOE 2025-08-04T06:19:04.167Z European Network of Tra… World  ents… https:…
#> 10 ICE    2025-08-04T05:59:50.629Z Intercontinental Exchan… NA     ice   https:…
#> # ℹ 84 more rows
#> 
# }