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:
Simon Couch simonpatrickcouch@gmail.com
Qiushi Yan qiushi.yann@gmail.com
Max Kuhn max@rstudio.com
Other contributors:
RStudio [copyright holder, funder]
See Also
Useful links:
Report bugs at https://github.com/rstudio/bundle/issues
[Package bundle version 0.1.1 Index]