Skip to contents

ingest() is a method that ingests data saved in external files into a model module or submodule.

Usage

ingest(x, ...)

Arguments

x

A model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance)

...

Additional arguments

Value

A model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance).