Cleaned up folders and file names
This commit is contained in:
parent
25a2fadf15
commit
a3c731c84f
@ -4,7 +4,7 @@
|
||||
# function, so everybody can do it???
|
||||
devtools::load_all("../../../../software/mtt")
|
||||
|
||||
fname <- "../overview_artworks_8o8m.tex"
|
||||
fname <- "../museums/overview_artworks_8o8m.tex"
|
||||
if (file.exists(fname)) file.remove(fname)
|
||||
|
||||
path <- "C:/Users/nwickelmaier/Nextcloud/Documents/MDS/2023ss/60100_master_thesis/data/8o8m/Content8o8m"
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
devtools::load_all("../../../../software/mtt")
|
||||
|
||||
fname <- "../haum/overview_artworks.tex"
|
||||
fname <- "../museums/overview_artworks_haum.tex"
|
||||
if (file.exists(fname)) file.remove(fname)
|
||||
|
||||
xmlpath <- "C:/Users/nwickelmaier/Nextcloud/Documents/MDS/2023ss/60100_master_thesis/data/ContentEyevisit/eyevisit_cards_light"
|
||||
xmlpath <- "C:/Users/nwickelmaier/Nextcloud/Documents/MDS/2023ss/60100_master_thesis/data/haum/ContentEyevisit/eyevisit_cards_light"
|
||||
artworks <- dir(path = xmlpath)
|
||||
artworks <- artworks[artworks != "glossar"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user