Renamed RData object for better keeping track of the object inside of R

This commit is contained in:
Nora Wickelmaier 2023-08-02 18:25:22 +02:00
parent 626db38617
commit c09ee933ce
1 changed files with 1 additions and 1 deletions

View File

@ -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