check_work_spaces: Validate the size of data (work space)

Description Usage Arguments Value

View source: R/check_functions.R

Description

A function to check the size of a data variable whether is in the right range.

Usage

1
check_work_spaces(pre_processed_data, max_ram = 2, target_unit = "Gb")

Arguments

pre_processed_data

Data that processed by the function pre_process.

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'.

Value

A NULL value if there is no issue raised.


migrbc documentation built on July 1, 2020, 8:14 p.m.