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

efutils

Dev Version

The goal of efutils is to provide Utility functions used by Exploring Finance.

Installation

This will not be submitted to CRAN. Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("exploringfinance/efutils")

Example

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

library(efutils)
## basic example code

ef_conv_perc(.1234)

ef_date_diff('2020-01-01','2020-12-31',bus_only = TRUE)

ef_if.na(NA,3)


exploringfinance/efutils documentation built on Jan. 2, 2022, 4:26 a.m.