newEntry: Construct a List entry with FAME data and metadata

Description Usage Arguments Value Examples

Description

Construct a List entry with FAME data and metadata

Usage

1
2
3
newEntry(data, desc = NULL, docu = NULL, class = rhli::HSERIE,
  range = NULL, type = rhli::HPRECN, basis = rhli::HBSBUS,
  obse = rhli::HOBEND)

Arguments

data

data value(s) to store

desc

description

docu

documentation

class

object class HLI code

range

FAME range of object data (if series)

type

object type HLI code

basis

object basis HLI code

obse

object observed attribute

Value

FAME database object (data and metadata as nested R list)

Examples

1
2
entry <- newEntry('String contents',class=rhli::HSCALA,type=rhli::HSTRNG)
    

qomaio/r-smuggler documentation built on May 27, 2019, 3:32 p.m.