Description Usage Arguments Value
View source: R/check_functions.R
A function to check the size of a data variable whether is in the right range.
1 | check_object_size(object, max_ram = 2, target_unit = "Gb")
|
object |
An object that is required to check. |
max_ram |
The maximum size of the target object. |
target_unit |
The target unit that is constrained. The value is one of c('bytes', 'Kb', 'Mb', 'Gb', 'Tb', 'Pb'). |
A NULL value if there is no issue raised.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.