Learn R Programming

fdicdata (version 0.1.1)

idrssd2cert: 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)

Value

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

Arguments

IDRSSD

An integer specifying the IDRSSD number of the bank.

Examples

Run this code
idrssd2cert(37)

Run the code above in your browser using DataLab