EVOLUTION-MANAGER
Edit File: expect_output_file.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Expectations: is the output or the value equal to a known...</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for expect_output_file {testthat}"><tr><td>expect_output_file {testthat}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Expectations: is the output or the value equal to a known good value?</h2> <h3>Description</h3> <p><code>expect_output_file()</code> behaves identically to <code><a href="expect_known_output.html">expect_known_output()</a></code>. </p> <h3>Usage</h3> <pre> expect_output_file( object, file, update = TRUE, ..., info = NULL, label = NULL, print = FALSE, width = 80 ) </pre> <h3>3rd edition</h3> <p><a href="https://lifecycle.r-lib.org/articles/stages.html#deprecated"><img src="../help/figures/lifecycle-deprecated.svg" alt='[Deprecated]' /></a> </p> <p><code>expect_output_file()</code> is deprecated in the 3rd edition; please use <code><a href="expect_snapshot_output.html">expect_snapshot_output()</a></code> and friends instead. </p> <hr /><div style="text-align: center;">[Package <em>testthat</em> version 3.1.5 <a href="00Index.html">Index</a>]</div> </body></html>