R/bpstep_blueprint_reference.R

Defines functions blueprint_ref_call bpstep_blueprint_reference

bpstep_blueprint_reference <- function(bp, ...) {
  bpstep(
    step = "blueprint_reference",
    bp = bp,
    payload = bpstep_payload(
      target_name = blueprint_reference_name(bp),
      target_command = blueprint_ref_call(bp),
      ...
    )
  )
}

blueprint_ref_call <- function(bp) {
  rlang::call2(
    "blueprint",
    !!!bp,
    .ns = "blueprintr"
  )
}
nyuglobalties/blueprintr documentation built on July 16, 2024, 10:27 a.m.