Skip to contents

Retrieves the metadata tracking information data frame from an STID object.

Usage

GetMetaInfo(STID_obj, ...)

# S3 method for class 'STID'
GetMetaInfo(STID_obj = NULL, ...)

Arguments

STID_obj

An STID object

...

Additional arguments passed to methods

Value

Data frame containing metadata tracking information

Examples

if (FALSE) { # \dontrun{
meta_info <- GetMetaInfo(ist_obj)
} # }