::: {#refs} :::
The following files are associated with this report. renv.lock
files can be used to recreate the R environment using renv
, *.conda
files can be provided to recreate a Conda environment.
```{bash copy-environments}
mkdir --parents files \ && cp $ANALYSIS_PATH/envs/* $REPORT_PATH/$_/
```r #| echo: false #| results: asis Sys.getenv(x='REPORT_PATH', unset=getwd()) |> file.path('files') |> list.files() -> files if(length(files) > 0) { files |> (\(x) sprintf(fmt="{{< fa paperclip >}} [%s](files/%s)", x, x))() |> cat(sep="</br>") } else { cat('No attachments to list.') }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.