add profvis profile

This commit is contained in:
2025-07-08 12:54:46 -04:00
parent 7d8a0593ef
commit 1597f850df
+7
View File
@@ -0,0 +1,7 @@
library(profvis)
setwd("/home/dylan/Personal/Projects/Hurricane Normalization/R/dataScripts/restructured/app")
profvis({
rmarkdown::render("dashboard.Rmd")
})