File: tidyeval.md

package info (click to toggle)
r-cran-dbplyr 2.5.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,644 kB
  • sloc: sh: 13; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# old arguments are defunct

    Code
      partial_eval(quote(x), vars = c("x", "y"))
    Condition
      Error:
      ! The `vars` argument of `partial_eval()` was deprecated in dbplyr 2.1.2 and is now defunct.
    Code
      partial_eval(quote(x), data = c("x", "y"))
    Condition
      Error:
      ! The `data` argument of `partial_eval()` must be a lazy frame as of dbplyr 2.1.2.