implied_RR
that calculates the recovery rate implied by the CDS spread
and probability of default (pd) by using the ISDA model. This takes a data
frame of inputs and returns a vector of the same length.
implied_RR(x, date.var = "date", tenor.var = "tenor", maturity.var = "maturity", spread.var = "spread", pd.var = "pd")