tests/testthat/test-python-scope.R

test_that("r helper accesses 'active' environment for tests", {
  rA <- 100
  pA <- py_eval("r.rA", convert = TRUE)
  expect_equal(rA, pA)
})

Try the reticulate package in your browser

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

reticulate documentation built on Oct. 13, 2023, 1:08 a.m.