#' Update README.md in working directory from a Readi obj
#' @export
update_readme <-
function(readi_object) {
cat(readi_object@readme, file = "README.md", sep = "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.