knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of clarklytics
is to make my life easier while I complete an MBA @ NYU Stern. As I collect functions for various coursework and side business analytics projects, I want to make the most commonly used available to me anywhere.
You can install the released version of clarklytics from github with:
devtools::install_github("bclark86/clarklytics", ref = "main")
This is a basic example of the present_value
function.
library(clarklytics) clarklytics::present_value(future_value = 1000, rate = 0.05, periods = 5)
Here is another one with the par value of a zero coupon bond.
clarklytics::create_par_value_tbl(face_value = 1000, rate = 0.07)
Not sure. That depends on how classes go. Stay tuned!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.