cert2idrssd {fdicdata} | R Documentation |
Convert bank identifier from CERT to IDRSSD
Description
This function takes a bank's CERT number as input and returns the corresponding IDRSSD number.
Usage
cert2idrssd(CERT)
Arguments
CERT |
An integer specifying the CERT number of the bank. |
Value
An integer specifying the IDRSSD number of the bank. Returns NULL if there is an error.
Examples
cert2idrssd(3850)
[Package fdicdata version 0.1.0 Index]