EVOLUTION-MANAGER
Edit File: deprecated.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: Deprecated functions</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 deprecated {pillar}"><tr><td>deprecated {pillar}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Deprecated functions</h2> <h3>Description</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>Use <code><a href="../../vctrs/html/vec_assert.html">vctrs::vec_is()</a></code> instead of <code>is_vector_s3()</code>. </p> <p>Use <code><a href="../../testthat/html/expect_snapshot.html">testthat::expect_snapshot()</a></code> instead of <code>expect_known_display()</code>. </p> <h3>Usage</h3> <pre> is_vector_s3(x) expect_known_display(object, file, ..., width = 80L, crayon = TRUE) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>object</code></td> <td> <p>An object to check.</p> </td></tr> <tr valign="top"><td><code>file</code></td> <td> <p>File path where known value/output will be stored.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Unused.</p> </td></tr> <tr valign="top"><td><code>width</code></td> <td> <p>The width of the output.</p> </td></tr> <tr valign="top"><td><code>crayon</code></td> <td> <p>Color the output?</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>pillar</em> version 1.8.1 <a href="00Index.html">Index</a>]</div> </body></html>