From 1597f850dfd52ba5369f3836293516f01ae7b155 Mon Sep 17 00:00:00 2001 From: dylanbenzi Date: Tue, 8 Jul 2025 12:54:46 -0400 Subject: [PATCH] add profvis profile --- app-profile.R | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app-profile.R diff --git a/app-profile.R b/app-profile.R new file mode 100644 index 0000000..4a51a8c --- /dev/null +++ b/app-profile.R @@ -0,0 +1,7 @@ +library(profvis) + +setwd("/home/dylan/Personal/Projects/Hurricane Normalization/R/dataScripts/restructured/app") + +profvis({ + rmarkdown::render("dashboard.Rmd") +})