record_to_df {cimir}R Documentation

Record to Data Frame

Description

Convert a single record, containing one or more data items, to a to a single data frame.

Usage

record_to_df(record)

Arguments

record

A single CIMIS record, in list format.

Value

A data frame. The column "Item" identifies the data item.


[Package cimir version 0.4-1 Index]