powered by
A filter method for gen_tibble objects
gen_tibble
# S3 method for gen_tbl filter(..., deparse.level = 1)
a gen_tibble
a gen_tibble and a data.frame or tibble
an integer controlling the construction of column names.
test_gt <- load_example_gt("gen_tbl") test_gt %>% filter(id %in% c("a", "c"))
Run the code above in your browser using DataLab