Skip to content

How do I list target dependencies in quarto.yml? [help] #1255

Closed Answered by gorkang
daranzolin asked this question in Help
Discussion options

You must be logged in to vote

Not sure if this is what you need, but I have qmd reports in subfolders that are fed from other targets:

My _quarto.yml:

project:
  output-dir: outputs
  render:
    - Qmd/REPORT.qmd

_targets.R

  tarchetypes::tar_quarto(NAME_target,
                          path = getwd()
   )

And in a chunk in Qmd/REPORT.qmd

targets::tar_load(DF_raw, store = here::here("_targets/"))

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@daranzolin
Comment options

Comment options

You must be logged in to vote
1 reply
@daranzolin
Comment options

Comment options

You must be logged in to vote
4 replies
@daranzolin
Comment options

@joelnitta
Comment options

@joelnitta
Comment options

@daranzolin
Comment options

Answer selected by daranzolin
Comment options

You must be logged in to vote
2 replies
@Aariq
Comment options

@daranzolin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants