From 293d4942432396b1eabfa3b894c98ee458c95643 Mon Sep 17 00:00:00 2001 From: Ross Armstrong <52817125+rossarmstrong@users.noreply.github.com> Date: Thu, 2 Feb 2023 22:29:25 +1100 Subject: [PATCH] Initial commit --- R/fct_get_images.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/fct_get_images.R b/R/fct_get_images.R index e2420c9..033be82 100644 --- a/R/fct_get_images.R +++ b/R/fct_get_images.R @@ -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) }) }