Pinned Loading
-
How to loop over an external .qmd file.
How to loop over an external .qmd file. 1```{r, echo=FALSE, results='asis', cache=FALSE}
2temp_code <- mapply(function(group1, group2, lim, comp) {3knitr::knit_expand("Scripts/Analysis_CompPromoters_template.qmd")},4c("fx", "bmd", "fx", "bmd", "fx"),5c("den", "den", "thk", "thk", "bmd"), -
How to add an image to a gist?
How to add an image to a gist? 1# seems to be buggy23
-
Run a github action to render and en...
Run a github action to render and encrypt a qmd file to gh-pages 1on:2workflow_dispatch:3push:4branches: main
5pull_request: -
How to host a static html page locally.
How to host a static html page locally. 1# If there is an ‘index.html’ under this directory, it will be displayed; otherwise the list of files is displayed, with links on their names. After we run this function, we can go to ‘http://localhost:port’ to browse the web pages either created from R or read from HTML files.2if (!require(servr)){
3install.packages("servr")4library(servr)5}
-
duckdb-in-ojs
duckdb-in-ojs PublicForked from hrbrmstr/duckdb-in-ojs
use duckdb in quarto ojs blocks
JavaScript
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




