
Import "data_*" sheets from an Excel file into a user_data
object
Source : R/inOut.R
load_data_sheets.Rd
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.