diff --git a/code/02_glossar_artworks.R b/code/02_glossar_artworks.R index f50e2ab..1b37e67 100644 --- a/code/02_glossar_artworks.R +++ b/code/02_glossar_artworks.R @@ -32,6 +32,6 @@ glossar_dict$glossar_file <- rownames(glossar_dict) rownames(glossar_dict) <- NULL glossar_dict <- glossar_dict[, c("glossar_file", "artwork")] -save(glossar_dict, file = "../../glossar_artwork.RData") +save(glossar_dict, file = "../../glossar_dict.RData") # TODO: Save in interoperable format