Closed ThierryO closed 2 months ago
One more suggestion. When reading the data with read_vc
, it might be usefull to have access to the descriptions in the object itself as attributes. This does not work for data.frame
, but tibbles
can store attributes for each column (can be added via structure()
).
EDIT: also works for data.frame as pointed out below!
read_vc()
already stores the metadata as attributes ;-). I've made that more explicit in the vignette.
Incorporates the changes suggested by @maelle