An open API service indexing awesome lists of open source software.

https://github.com/finnishcancerregistry/vame

A principled approach to metadata in R for your dataset.
https://github.com/finnishcancerregistry/vame

data-documentation data-governance data-structures data-validation metadata-management r r-package variable-management variable-metadata

Last synced: over 1 year ago
JSON representation

A principled approach to metadata in R for your dataset.

Awesome Lists containing this project

README

          

# Package `vame`

`vame` makes it simpler to define and make use of metadata pertaining
to one more variables (e.g. a tabular dataset). It implements the
`VariableMetadata` class, which contains the metadata. The various metadata
are accessed using slot functions such as `vm@var_description_get`.

The `VariableMetadata` class is intended for storing metadata for which there
is "one right way". For instance, a variable has one correct description in
text. This philosophy excludes tasks such as creating a manual for a dataset,
which can take many forms.

See the help page `?vame::VariableMetadata` for more information. In
particular see the examples.

[![R-CMD-check](https://github.com/FinnishCancerRegistry/vame/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/FinnishCancerRegistry/vame/actions/workflows/R-CMD-check.yaml)

# Recommended installation

```r
devtools::install_github(
"FinnishCancerRegistry/vame",
ref = readline("enter latest tag on github: ")
)
```