tests/testthat/_snaps/metareactive.md

doesn't break metaprogramming with quosures

# A comment in a quosure
local_x
{
  # A comment in a quosure
  local_x
} * -1L
result1 <<- {
  if ({
    # A comment in a quosure
    local_x
  } == 123L) {
    "ok"
  }
}

metaAction: unquotes properly

x <- TRUE
mr <- FALSE
y <- mr

metaAction: can contain code that uses !!

foo <- 1
x <- rlang::expr(!!foo)


Try the shinymeta package in your browser

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

shinymeta documentation built on April 12, 2025, 1:17 a.m.