#' mortgage package
#'
#'
#'The package has one function that returns an amortization table that lists monthly payment on a mortgageloan based on a loan amount, duration of loan in years, and annual interest rate. The table will provide the breakdown of the payment by how much is allocated to interest and the loan principal. It will also list the loan balance for each month.
#' @docType package
#'
#' @author Meryem El Rhazouani
#'
#' @example mortgage(100000,0.05,30)
#'
#' @name MortgageP
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.