Skip to content

Instantly share code, notes, and snippets.

View Kumquatum's full-sized avatar

Gwenaëlle Lemoine Kumquatum

View GitHub Profile
@jeanmanguy
jeanmanguy / R_data_frame_all_objects_size.md
Last active April 26, 2018 13:03
list all objects and get the allocated space for each object, in a sorted data_frame
library(purrr)
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#>