Skip to content
Discussion options

You must be logged in to vote

Ignoring my choice of rds, are there other approaches to this? I mean this is probably fine but I just wanted to see if folks had different solutions to this.

There's no persistence from the execution of one .qmd to the next, aside from artifacts your code might create as a sideeffect (in the filesystem, databases, web services, git repos, etc). So you will need, somewhere in each of your .qmd files, to actually load them. If you're concerned about code repetition, you can consider using an include shortcode that contains the executable code you want to run, so that the repetition is condensed into a single line.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mcanouil
Comment options

@boshek
Comment options

@mcanouil
Comment options

@cscheid
Comment options

Answer selected by boshek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment