knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of efutils is to provide Utility functions used by Exploring Finance.
This will not be submitted to CRAN. Install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("exploringfinance/efutils")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.