notes.openesm_dataset: Get additional notes for dataset

View source: R/S3_methods.R

notes.openesm_datasetR Documentation

Get additional notes for dataset

Description

Get additional notes for dataset

Usage

## S3 method for class 'openesm_dataset'
notes(x, ...)

Arguments

x

An object of class openesm_dataset.

...

Additional arguments (currently unused).

Value

Character vector with dataset notes, returned invisibly.

Examples


dataset <- structure(
  list(
    dataset_id = "0001",
    metadata = list(
      additional_comments = "Note about timing; Note about exclusions"
    )
  ),
  class = "openesm_dataset"
)
notes(dataset)


openesm documentation built on Dec. 3, 2025, 5:08 p.m.