#' @import Rcpp
#' @useDynLib 'FancyBar', .registration = TRUE
NULL
.onLoad <- function(libname, pkgname) {
options(FancyBar.AddSymbolName = TRUE)
}
utils::globalVariables(c(
'.',
'Group',
'Timestamp',
'Price',
'Size',
'Open',
'High',
'Low',
'Close',
'Volume',
'VWAP',
'TickCount',
'..tsName',
'ID',
'multiplier'
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.