Skip to content

Estimated size

Source code

Description

Return an estimation of the total (heap) allocated size of the DataFrame.

Usage

<DataFrame>$estimated_size()

Format

function

Value

Estimated size in bytes

Examples

library(polars)

pl$DataFrame(mtcars)$estimated_size()
#> [1] 2816