#' R.MFIV: A package for handling CBOE option-data and calculation the CBOE VIX
#'
#' See the following vignettes for an explanation of how this package works:
#'
#' @name R.MFIV
#' @keywords internal
"_PACKAGE"
utils::globalVariables(c(".",
"Date",
".SD",
"R",
"maturity",
"patterns",
"spline",
"K",
"p",
"F_0",
"Q",
"delta_K",
"all_days",
"ind",
"my",
"..cols",
"Variable",
"ticker",
"value",
"IV",
"TypeFlag",
"x",
"y",
"QK")
)
#' @import mathjaxr
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.