added "/" at the end of outdir_plots
This commit is contained in:
parent
e1f97df805
commit
ad537a3ace
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ ifelse(!dir.exists(outdir), dir.create(outdir), FALSE)
|
|||
outdir_stats = paste0(maindir, "output/stats/")
|
||||
ifelse(!dir.exists(outdir_stats), dir.create(outdir_stats), FALSE)
|
||||
|
||||
outdir_plots = paste0(maindir, "output/plots")
|
||||
outdir_plots = paste0(maindir, "output/plots/")
|
||||
ifelse(!dir.exists(outdir_plots), dir.create(outdir_plots), FALSE)
|
||||
########################################################################
|
||||
# static file read: csv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue