################################################################################
# Joshua C. Fjelstul, Ph.D.
# eulaw R package
################################################################################
clear_console_line <- function() {
string <- "\r"
for(i in 1:50) {
string <- stringr::str_c(string, " ")
}
cat(string)
}
################################################################################
# end R script
################################################################################
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.