tests/testthat/_snaps/s3-quosures.md

quosures

Code
  construct(rlang::new_quosures(list(rlang::new_quosure(quote(x)), rlang::new_quosure(
    quote(x), asNamespace("constructive")))))
Output
  rlang::new_quosures(
    list(
      rlang::new_quosure(quote(x)),
      rlang::new_quosure(quote(x), asNamespace("constructive"))
    )
  )
Code
  construct(rlang::new_quosures(list(rlang::new_quosure(quote(x)), rlang::new_quosure(
    quote(x), asNamespace("constructive")))), opts_quosures("next"))
Output
  list(
    rlang::new_quosure(quote(x)),
    rlang::new_quosure(quote(x), asNamespace("constructive"))
  ) |>
    structure(class = c("quosures", "list"), names = c("", ""))
Code
  construct(rlang::new_quosures(list(a = rlang::new_quosure(quote(x)), rlang::new_quosure(
    quote(x), asNamespace("constructive")))), opts_environment("list2env"))
Output
  rlang::new_quosures(
    list(
      a = rlang::new_quosure(quote(x)),
      rlang::new_quosure(quote(x), asNamespace("constructive"))
    )
  )


Try the constructive package in your browser

Any scripts or data that you put into this service are public.

constructive documentation built on April 3, 2025, 9:39 p.m.