Nothing
#' A small tribute to Chachi.
#'
#' Rest easy little bud, 200?-2016.
#'
#' @return NULL
#'
#' @export chachi
chachi <- function () {
littleChachi <- paste0(
"+++++++++++++++++++++###########################################\n",
"+++++++++++++++++++++++#########################################\n",
"+++++++++++++++++++++'''+#######################################\n",
"++++++++++++++++++'''''''''+####################################\n",
"++++++++++++++++++'''''''''''''+################################\n",
"+++++++++++++++++''''''''''''''''##++'##########################\n",
"++++++++++++++++'''''''''''''''''++''''#########################\n",
"+++++++++++++++####+++''''''''''''''''''########################\n",
"++++++##################+''''''''''''+''+#######################\n",
"++########################+'''''+''''''''+######################\n",
"+++++++++##################+'''''+''''''''++####################\n",
"++++++++####################+''''''++'''''''''+#################\n",
"++++++#######################++'''''''''''''''''++##############\n",
"++++##########################+''''''''''''''''''''#############\n",
"'+##########+####################+'''''''''''''''+##############\n",
"###########++#####################+'''''''''''''######+''+######\n",
"###########++#######################++'''''''''###++##+'''''+###\n",
"##########'++##########################'''''''###+++##''''''+++#\n",
"##########'++#############################++'###+'+##+''''''''''\n",
"###+++####'++##################################+''+##'''''''''''\n",
"++#;';'+##'++##++#############################++++##++''''''++''\n",
"'++;;;;''#+++##+++##################################'''''''+#'+'\n",
"'+;;;;;;;'#++##+++++###############################+'''''+##+'++\n",
"+++;''';;;'+++++++++++##############################+'++###+''''\n",
"##++;';;'::;#+++++++++####################################++''''\n",
"+++++::;:::::++#+#+++++###################################++''''\n",
"'''''+:::::::,;####+++###################################++++'''\n",
"''''''':;:,.'#++####+####################################+++''''\n",
"+''''''+;;,+++''###+####################################+++'''''\n",
"++''''''';'+''';+++#####################################+'''''''\n",
"++''''++';;:,,,,,+######################################+'''''''\n",
"++++'';:;:::::::,+###########################+#########++''+''''\n",
";:::;;;;;::::'''''+##########################++########++''+''''\n",
"++'''+++++''''''''+####################################++'''''''\n",
"+'+''''+'''''''''''#####++#########++###+#############+++'''''''\n",
"++'''''''''''''''''++###++#####+;::::;##+#############++''''''''\n",
"+++''''''''''''''''+####+#####';:::::+#+'+############+'''''''''\n",
"+++''+''''''''''''++####+########++++''+'#############''''''''''\n",
"++++++''''''''''''+++###++######+'''''''+++########++'''''''''''\n",
"+++++++''''''''''+'+++##++#####+'''''''''++++####++''''''''''''+\n",
"++++++'+''''''''+'+####++++#####''''''''''+++++##+''''''''''''++\n",
"+++++++'''''''''+######+''+#####'''''''''''+++###+'''''''''''''+\n",
"+++++++++''''''+#######+'''#####''''''''''''+###+''''''''''''+++\n",
"++++++++'''''''#######+''''#####''''''''''''++++''''''''''++++++\n",
"+++++++++''++''+######+''''####+''''''''''''''''''''''''''++++++\n",
"++++++++++''++'''+###+'''''####+'''''''''''''''''''''''+++++++++\n",
"+++++++++++''+'++++'''''''+####+'''''''''''''''''''''''+++++++++\n",
"++++++++++++'''++++'''''''+####+'''''''''''''''''''''''+++++++++\n",
"++++++++++++'''++'+'''''''+####+''''''''''''''''''''++++++++++++\n",
"+++++#+++++++'+'''+++++'''++###+'''''''''''''''''''+++++++++++++\n",
"+++++#++++++++'+'++++''''''####+''''''''''''''''''++++++++++++++\n",
"+++++##+++++++++'+++++'''+'+###+'''''''''''''''''+++++++++++++++\n",
"++++###+++++++++++++++++'+++++++''''''''''''''''++++++++++++++++\n",
"++++####+++++++++++#++++++++++++'''''''''''''''+++++++++++++++++\n",
"++++###++++++++++++##+++++++++++''''''''''''''++++++++++++++++++\n",
"++++##++++++++++++++#++++++++'''++++''''''''++++++++++++++++++++\n",
"#+++######+++++++++##+++++++++''+''''++''''+++++++++++++++++++++\n",
"##++####+++++++++++###+++++++++++++'''''++++++++++++++++++++++++\n",
"##++#####++++++++######+++++++++++++++++++++++++++++++++++++++++\n",
"##++#####+++++++#######+++++++++++++++++++++++++++++++++++++++++\n",
"###+######+++++########+++++++++++++++++++++++++++++++++++++++++\n",
"###+######+++##########+++++++++++++++++++++++++++++++++++++++++\n",
"###########+++##########++++++++++++++++++++++++++++++++++++++++\n",
"##########+++###########++++++++++++++++++++++++++++++++++++++++\n")
write(paste0("<pre style=\"font: 4px/2px monospace;\">",
littleChachi, "</pre>"),
file = "tempChachi.html")
browseURL(paste0(getwd(), "/tempChachi.html"))
Sys.sleep(3)
file.remove("tempChachi.html")
return(NULL)
}
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.