Passer au contenu

This function loads all Excel sheets whose names start with "data_" from the Excel file stored in self$excel_data_trial. Each sheet is converted to a data.frame and stored in the obs_data list of the R6 object. If a sheet already exists in obs_data, it will be replaced and a trace will be logged.

Utilisation

load_data_sheets(self)

Arguments

self

A user_data R6 object containing the Excel file path and observation data.

Valeur de retour

Updates self$obs_data with the newly loaded sheets. Returns invisible(self$obs_data).