save_stat_skr_param {TAD}R Documentation

save_stat_skr_param

Description

This function provides a secured way to save stat_skr_param dataframe. The more generic functionprovided by TAD save_depending_on_format expects saves object using their name, but saves nothing if the provided name is not correct, or mya even save an unwanted object. This function provides a way to verify the object you want to save, and so, it is more secured.

Usage

save_stat_skr_param(path, object = NULL)

Arguments

path

the path of the file to load

object

the object to save

Value

NULL - called for side effects


[Package TAD version 1.0.0 Index]