idrssd2cert {fdicdata}R Documentation

Convert bank identifier from IDRSSD to CERT

Description

This function takes a bank's IDRSSD number as input and returns the corresponding CERT number.

Usage

idrssd2cert(IDRSSD)

Arguments

IDRSSD

An integer specifying the IDRSSD number of the bank.

Value

An integer specifying the CERT number of the bank. Returns NULL if there is an error.

Examples

idrssd2cert(37)

[Package fdicdata version 0.1.0 Index]