bpstep_payload | R Documentation |
The bpstep payload is the object that contains the target name and command, along with any other metadata to be passed to the execution engine.
bpstep_payload(target_name, target_command, ...)
target_name |
The target's name |
target_command |
The target's command |
... |
Arguments to be passed to the executing engine (e.g. arguments sent to targets::tar_target()) |
A bpstep payload object
if (FALSE) {
bpstep(
step = "some_step",
bp = some_bp_object,
payload = bpstep_payload(
"payload_name",
payload_command()
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.