Nothing
# Suppress R CMD check notes for data.table NSE and reactive variables
utils::globalVariables(c(
# data.table
".", ".N", ".SD", "N",
# columnas creadas on-the-fly
"Clone", "Clone_ID", "color",
# reactiveValues usados en módulos
"Selection_values", "Big_mem_values"
))
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.