ropensci / git2rdata

An R package for storing and retrieving data.frames in git repositories.
https://ropensci.github.io/git2rdata/
GNU General Public License v3.0
99 stars 13 forks source link

Update checklist and pkgdown infrastructure #74

Closed ThierryO closed 2 months ago

ThierryO commented 3 months ago

Incorporates the changes suggested by @maelle

hansvancalster commented 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!

ThierryO commented 2 months ago

read_vc() already stores the metadata as attributes ;-). I've made that more explicit in the vignette.