Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Aug 7, 2023
1 parent e5a39cc commit d4795d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_qmd.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if (!file.exists("./qrcodes/{{stain}}_qrcode.svg")) {
qrcode_svg <- qrcode::qr_code("https://images.patolojiatlasi.com/{{template}}/{{stain}}.html")
qrcode::generate_svg(qrcode = qrcode_svg,
filename = "./qrcodes/{{stain}}_qrcode.svg",
filename = "./qrcodes/{{template}}-{{stain}}_qrcode.svg",
show = FALSE)
}
```
Expand Down

0 comments on commit d4795d0

Please sign in to comment.