| clock | R Documentation |
Plot clock
clock(
x = format(Sys.time(), "%H:%M"),
time_label = as.roman(1:12),
rotate_text = FALSE,
text_color = "black",
bg_color = "white",
pointer_color = "black"
)
x |
time, defalut: format(Sys.time(), "%H:%M"), e.g. 12:30 |
time_label |
time_label, default: as.roman(1:12) |
rotate_text |
rotate_text, FALSE |
text_color |
text_color, "black" |
bg_color |
bg_color, "white" |
pointer_color |
pointer_color, "black" |
ggplot
https://allancameron.github.io/geomtextpath/
clock()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.