cat_where {whereami} | R Documentation |
cat function for whereami
Description
cat function for whereami output
Usage
cat_where(
where,
type = c("rule", "boxx", "bullet", "line", "print"),
color = c("none", "black", "blue", "cyan", "green", "magenta", "red", "white",
"yellow", "grey", "silver"),
...
)
Arguments
where |
whereami output |
type |
|
color |
|
... |
further arguments passed to |
Value
character
Author(s)
Colin Fay
Examples
cat_where(whereami())
cat_where(whereami(), type = "bullet", bullet = "tick")
cat_where(whereami(), color = "green")
[Package whereami version 0.2.0 Index]