dwww Home | Show directory contents | Find package

library(rlang)

# inform() prints to file
local({
  file <- tempfile("inform-file-custom")
  inform("foo", .file = file)
  stopifnot(identical(readLines(file), "foo"))
})

Generated by dwww version 1.15 on Sun Jun 30 09:58:40 CEST 2024.