Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rossarmstrong committed Feb 2, 2023
1 parent 2110c94 commit 293d494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fct_get_images.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ get_images <- function() {
lapply(images,
function(x) {
renderImage({
list(src = x, width = 256, height = 256, alt = x)}, deleteFile = F)
list(src = x, width = 256, height = 256, alt = x)}, deleteFile = FALSE)
})
}

0 comments on commit 293d494

Please sign in to comment.