bundle_description {bundle}R Documentation

bundle: Serialize Model Objects With A Consistent Interface

Description

Typically, models in 'R' exist in memory and can be saved via regular 'R' serialization. However, some models store information in locations that cannot be saved using 'R' serialization alone. The goal of 'bundle' is to provide a common interface to capture this information, situate it within a portable object, and restore it for use in new settings.

Author(s)

Maintainer: Julia Silge julia.silge@rstudio.com (ORCID)

Authors:

Other contributors:

See Also

Useful links:


[Package bundle version 0.1.1 Index]