knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

finance

The goal of finance is to provide personal finance tools such as asset allocation.

Installation

You can install the released version of finance from CRAN with:

install.packages("finance")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("eanway/finance")

Example

This is a basic example which shows you how to solve a common problem:

library(finance)
allocate_assets(1, 1, 1)


eanway/finance documentation built on Feb. 28, 2021, 4:56 p.m.