Nothing
# R/globals.R
# This file is for declaring global variables to avoid "no visible binding for global variable" notes during R CMD check.
utils::globalVariables(c(
"Lag",
"Xi_Threshold",
"Significant",
"ACF",
"CCF",
"Xi",
"i",
"y_vals",
"Direction"
))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.