cat_where | R Documentation |
cat function for whereami output
cat_where( where, type = c("rule", "boxx", "bullet", "line", "print"), color = c("none", "black", "blue", "cyan", "green", "magenta", "red", "white", "yellow", "grey", "silver"), ... )
where |
whereami output |
type |
|
color |
|
... |
further arguments passed to |
character
Colin Fay
cat_where(whereami()) cat_where(whereami(), type = "bullet", bullet = "tick") cat_where(whereami(), color = "green")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.