Skip to content

Commit

Permalink
Folder for visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
PThie committed Nov 14, 2024
1 parent 37e10cf commit ef2170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/others/creating_folder_structure.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ creating_folder_structure <- function() {
#--------------------------------------------------
# create special folders

special_folders <- c("export", "testing")
special_folders <- c("export", "testing", "visualizations")

for (special_folder in special_folders) {
directory <- file.path(
Expand Down

0 comments on commit ef2170a

Please sign in to comment.