Renamed RData object for better keeping track of the object inside of R
This commit is contained in:
parent
626db38617
commit
c09ee933ce
@ -32,6 +32,6 @@ glossar_dict$glossar_file <- rownames(glossar_dict)
|
|||||||
rownames(glossar_dict) <- NULL
|
rownames(glossar_dict) <- NULL
|
||||||
glossar_dict <- glossar_dict[, c("glossar_file", "artwork")]
|
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
|
# TODO: Save in interoperable format
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user