inv_gc: Run invisible garbage collection

Description Usage Examples

View source: R/inv_gc.R

Description

Run garbage collection without the gc() output. Can also be run in the middle of a long pipe chain. Useful for large datasets.

Usage

1

Examples

1
2
3
4
5
inv_gc()

df %>%
  inv_gc() %>%
  select(col1, col2)

mtfairbanks/graingr documentation built on Nov. 18, 2019, 8:39 a.m.