//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @jimpick.com
Record
by @atsui.org
+ new component
Post
Prefix plot filenames with figure number in knitr/ #QuartoPub ``` knitr::opts_hooks$set(label = function(options) { this_label <- knitr::opts_current$get("label") if (!startsWith(this_label, "fig")) { return(options) } all_chunks <- knitr::all_labels(startsWith(label, "fig")) fig_num <- […]
1mo
mastodon.social
Original post on mastodon.social
Elio Campitelli