Learn R Programming

FSK2R (version 0.2.0)

export_workspace: Functions for exporting the workspace of an FSK2R object

Description

Exports simulation environment variables as workspace.r file and workspace.RData for easy loading in R sessions.

Usage

export_workspace(fsk_object, out_path, check = FALSE, simulation_env = NULL)

Arguments

fsk_object

The instance of FSK2R to be exported.

out_path

Path where the file is to be saved.

check

Whether checks are made. TRUE by default.

simulation_env

Environment containing simulation results (optional)