if you want to download the data in CSV format you can see the latest release in the data directory.
| from | to | name | released | |:-----------|:-----------|:--------|:---------| | 2020-01-01 | 2020-03-31 | 2020-Q1 | X | | 2020-04-01 | 2020-06-30 | 2020-Q2 | X | | 2020-07-01 | 2020-09-30 | 2020-Q3 | X | | 2020-10-01 | 2020-12-31 | 2020-Q4 | | | 2021-01-01 | 2021-03-31 | 2021-Q1 | | | 2021-04-01 | 2021-06-30 | 2021-Q2 | |
#>
#> -- Column specification ----------------------------------------------------------------
#> cols(
#> .default = col_double(),
#> Date = col_character()
#> )
#> i Use `spec()` for the full column specifications.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.