A function to check the size of a data variable whether is in the right range.
check_work_spaces(pre_processed_data, max_ram = 2, target_unit = "Gb")
pre_processed_data | Data that processed by the function
|
---|---|
max_ram | A value of the maximum size of the list of CrossingWorkSpace instance. |
target_unit | The target unit, i.e., 'Gb', 'Tb' and 'Pb'. The default value is 'Gb'. |
A NULL value if there is no issue raised.