get_branch_deposits: Get the Deposits at each Branch

Description Usage Arguments Value Examples

View source: R/get_branch_deposits.R

Description

Get the Deposits at each Branch

Usage

1
get_branch_deposits(fdic_cert_num, year)

Arguments

fdic_cert_num

The FDIC Cert number of the bank

year

The year of the desired data (>= 1994)

Value

a data.frame of the results

Examples

1
2
3
if (curl::has_internet()) {
  get_branch_deposits(628, 2018)
}

bertcarnell/fdic.api documentation built on May 12, 2021, 2:53 a.m.