Closed julian-urbano closed 7 years ago
@julian-urbano thanks for the idea. I think this might be doable : ) I'll consider this and let you know.
It requires small changes in https://github.com/pbiecek/archivist/blob/master/R/saveToRepo.R#L198
@julian-urbano this should now be possible (with ver 2.1.3 available from GitHub)
Great!
In
saveToLocalRepo
, there is optionarchiveTags
(boolean) to decide whether to store the tags along with the artifact. Currently, this controls whether to save artifact tags and user tags at the same time, but it'd be nice if we could control them separately.For instance:
It saves the artifact tags (column names), as well as the user tags. If we set
archiveTags=FALSE
we get:It saves no tag.
So I think it'd be good if we could control whether to save (or not) artifact tags and user tags separately.