Skip to content

Instantly share code, notes, and snippets.

@grayskripko
Created April 15, 2024 18:58
Show Gist options
  • Save grayskripko/05fbc66bfbd978319623b893ec0d21eb to your computer and use it in GitHub Desktop.
Save grayskripko/05fbc66bfbd978319623b893ec0d21eb to your computer and use it in GitHub Desktop.
dbplyr slice_head
dbtbl |> filter(row_number() < .., .by=..)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment