store_model: Store an 'n2kModel' object

store_modelR Documentation

Store an n2kModel object

Description

Store an n2kModel object

Usage

store_model(x, base, project, overwrite = TRUE, validate = TRUE)

## S4 method for signature 'ANY,character'
store_model(x, base, project, overwrite = TRUE, validate = TRUE)

## S4 method for signature 'ANY,s3_bucket'
store_model(x, base, project, overwrite = TRUE, validate = TRUE)

Arguments

x

The n2kModel.

base

The base location to store the model.

project

Will be a relative path within the base location.

overwrite

Should an existing object be overwritten? Defaults to TRUE.

validate

Check that the object is valid before storing it. Defaults to TRUE.


inbo/n2kanalysis documentation built on Feb. 17, 2024, 1:32 a.m.