4/11/2022

## Warning: package 'shiny' was built under R version 4.0.5
## Warning: package 'highcharter' was built under R version 4.0.5
## Warning: replacing previous import 'lifecycle::last_warnings' by
## 'rlang::last_warnings' when loading 'pillar'
## Warning: replacing previous import 'lifecycle::last_warnings' by
## 'rlang::last_warnings' when loading 'tibble'
## Registered S3 method overwritten by 'quantmod':
##   method            from
##   as.zoo.data.frame zoo
## Warning: package 'tidyverse' was built under R version 4.0.5
## -- Attaching packages --------------------------------------- tidyverse 1.3.1 --
## v ggplot2 3.3.3     v purrr   0.3.4
## v tibble  3.1.0     v dplyr   1.0.6
## v tidyr   1.2.0     v stringr 1.4.0
## v readr   2.1.2     v forcats 0.5.1
## Warning: package 'tidyr' was built under R version 4.0.5
## Warning: package 'readr' was built under R version 4.0.5
## Warning: package 'dplyr' was built under R version 4.0.5
## Warning: package 'forcats' was built under R version 4.0.5
## -- Conflicts ------------------------------------------ tidyverse_conflicts() --
## x dplyr::filter() masks stats::filter()
## x dplyr::lag()    masks stats::lag()
## 
## Attaching package: 'DT'
## The following objects are masked from 'package:shiny':
## 
##     dataTableOutput, renderDataTable

Compound Interest Calculator

Determine how much your money can grow using the power of compound interest.

You can try the application at this link: http://rmarkdown.rstudio.com

Initial Information Required

  • Initial Investment
    Amount of money that you have available to invest initially.

  • Interest Rate %
    Your estimated annual interest rate.

  • Number of Years
    Length of time, in years, that you plan to save.

  • Monthly Deposit Amount
    Amount that you plan to add to the principal every month, or a negative number for the amount that you plan to withdraw every month.

Slide with R Output

Thanks for your time!

And Good Investments!