Nothing
## File: R/globals.R
## Purpose: Declare global variables to silence R CMD check
## “no visible binding for global variable …” warnings
utils::globalVariables(c(
".data","N", "SNP", "Z", "A1", "CHR", "h2_Z",
"phenotype_path_update", "save_path", ".x"
))
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.