save_model: Save a model to a file

View source: R/io.R

save_modelR Documentation

Save a model to a file

Description

Save a model to a file

Usage

save_model(x, filename = "calanusthreshold_model.Rdata", overwrite = FALSE)

Arguments

x

model structure

filename

character, the name of the file to save.

overwrite

logical, overwrite existing files? It is an error to try to without setting this argument to TRUE

Value

the input model


BigelowLab/calanusthreshold documentation built on May 12, 2022, 5:06 a.m.