add_note: Add annotation information to data in R

Description Usage Arguments

View source: R/constructors.R

Description

This function will add annotations to the dataset. Annotations should be non-data descriptions of dataset features such as observation dates, log information, or equipment changes in collecting data.

Usage

1
2
3
4
5
6
7
add_note(object, note)

## S3 method for class 'meta.data'
add_note(object, note)

## S3 method for class 'metaframe'
add_note(object, note)

Arguments

object

an object to append with meta.data notes

note

a character vector or list for the notes


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