Limit
limit.Rd
A thin wrapper around head
to sooth the pain of context switching between R and SQL
Arguments
- x
The object to limit
- ...
Additional arguments to
head
Details
A thin wrapper around head
that allows
limit
to be used in place of head
. This is useful because
sometimes it is hard to context switch between R and SQL. It can be used on lazy data frames since
this package imports dbplyr
.