Description Usage Arguments Examples
Run a keybase command with the given arguments. Positional
arguments are provided in order, while named arguments are prefixed
with --name
. Arguments passed as TRUE are empty (e.g.
help = TRUE
becomes --help
), while FALSE and NULL are
dropped.
1 | kr_command(..., .verbose = TRUE)
|
... |
Arguments to construct a command, either unnamed (positional) or named |
.verbose |
Whether to display the output as a message |
1 | kr_command("create", "Rmd", "test.Rmd")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.