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") +})