# Can be run with no input
inv_gc()
df <- tidytable(col1 = 1, col2 = 2)
# Or can be used in the middle of a pipe chain (object is unaltered)
df %>%
filter.(col1 < 2, col2 < 4) %>%
inv_gc() %>%
select.(col1)
Run the code above in your browser using DataLab