#' Saving the work done to an rds object
#'
#' This function is used to save the changes made to an rds object during an R session.
#'
#' @param rds.obj The rds object to save.
#' @export
saveRds <- function(rds.obj) {
# Wrapper to conform with RyouSick name conventions
bigsnpr::snp_save(rds.obj)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.