Learn R Programming

fHMM (version 0.3.0)

check_saving: Saving check

Description

This function saves model results while checking for overwriting.

Usage

check_saving(object = NULL, name = NULL, filetype, controls)

Arguments

object

An object to be saved.

name

A character, the name of the object to be saved.

filetype

A character, the filetype of the object to be saved.

controls

A list of controls.

Value

A boolean, determining whether saving is possible or not. If filetype="rds", object is saved.