add_label: Add a label to meta.data in R

Description Usage Arguments

View source: R/constructors.R

Description

This function will add a description to a data object in R. If a description already exists, it will be replaced. If a description does not exist, it will convert the object to a metaframe, and append the description

Usage

1
2
3
4
5
6
7
add_label(object, label)

## S3 method for class 'meta.data'
add_label(object, label)

## S3 method for class 'metaframe'
add_label(object, label)

Arguments

object

an object to append with meta.data labels

label

a character vector or list for the labels


jknowles/metaframe documentation built on May 19, 2019, 11:43 a.m.