tik | R Documentation |
tic toc Wrappers
tik(msg = NULL, quiet = FALSE, func.tik = tik_msg) tok(log = TRUE, func.tok = tok_msg) tiktok_clear() tik_msg(tik, msg = NULL) tok_msg(tik, tok, msg, info) tiktok_log()
msg |
msg |
quiet |
quiet |
func.tik |
func.tik |
log |
log |
func.tok |
func.tok |
tik |
tik |
tok |
tok |
info |
info |
tiktok_clear() tik(msg = "Go to sleep") Sys.sleep(2) tok() tik(msg = "Go to sleep again!") Sys.sleep(1) tok() tiktok_log()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.