powered by
A function to get the size of an object
get_object_size(object)
The target object.
A named list object that contains information on the size of an object and the size unit.
# NOT RUN { res <- get_object_size(TRUE) res$size res$unit # }
Run the code above in your browser using DataLab