Nothing
big_read <- function(big_path, select, header = TRUE, sep = ",") {
x <- bigstatsr::big_read(big_path, header = header, sep = sep, type = "double", select = select )
bigstatsr::big_copy(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.