bank_results: Access the results of Dodd-Frank Act Stress Tests

Description Usage Arguments Value

View source: R/api.R

Description

Access the results of Dodd-Frank Act Stress Tests

Usage

1
2
3
4
5
bank_results(
  banklevel_only = TRUE,
  consistent_sample_from_year = NULL,
  cache_file = TRUE
)

Arguments

banklevel_only

Boolean. If TRUE, aggregate results are filtered out of the dataset.

consistent_sample_from_year

Either NULL or a four-digit year starting with 2013. If a year is provided, the consistent sample (ie, banks with information for all years including and after that) is returned.

cache_file

Boolean. If TRUE, the raw file is downloaded to a local folder and used to load the information in subsequent runs.

Value

A tidy tibble with the stress tests results.


dkgaraujo/DoddFrankST documentation built on Dec. 20, 2021, 12:07 a.m.