save_statistics_per_obs: save_statistics_per_obs

View source: R/saving_and_loading_data.R

save_statistics_per_obsR Documentation

save_statistics_per_obs

Description

This function provides a secured way to save statistics_per_obs 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_statistics_per_obs(path, object = NULL)

Arguments

path

the path of the file to load

object

the object to save

Value

NULL - called for side effects


TAD documentation built on April 4, 2025, 5:10 a.m.