FLlst {FLCore}R Documentation

Method FLlst

Description

Basic creator method for objects of class FLlst-class. This is not intended to be called directly bu the user, as this class is extended by the other plural classes (e.g. FLQuants-class, FLStocks-class, ...) and this method is for internal use of the various constructors.

Generic function

FLlst(object)

Methods

signature(object=ANY) :
Returns an FLlst object with the provided elements if they are all o the same class.
signature(object=missing) :
Returns an empty FLlst object
signature(object=list) :
Returns and FLlst object with the input list at its core

Author(s)

The FLR Team

See Also

FLComp


[Package FLCore version 2.2 Index]