dwww Home | Show directory contents | Find package

library(evaluate)

# replay() should work when print() returns visible NULLs
print.FOO_BAR <- function(x, ...) NULL
ret <- evaluate('structure(1, class = "FOO_BAR")')
print(ret)
replay(ret)

Generated by dwww version 1.15 on Thu May 23 22:32:37 CEST 2024.