metadata-package: Add metadata to datasets

Description Details Author(s) See Also Examples

Description

This package allow you to store metadata as attributes for data frames.

Details

Package: metadata
Type: Package
Version: 0.1
Date: 2016-02-17
License: GPL-3

Author(s)

Author and maintainer: Palmar Thorsteinsson <palmar.thorsteinsson@gmail.com>

See Also

Hmisc, dspl-r, also the built in function comment

Examples

1
2
3
4
df <- data.frame(l = c(1, 2, 3), r = c(4, 5, 6))
metadata(df) <- list(Title = "My numbers",
                       Source = "Input by hand")
metadata(df)

ofurkusi/metadata documentation built on May 24, 2019, 11:53 a.m.