EVOLUTION-MANAGER
Edit File: as.blob.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 generic</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 as.blob {blob}"><tr><td>as.blob {blob}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Deprecated generic</h2> <h3>Description</h3> <p>The <code>as.blob()</code> generic has been deprecated in favor of the <code><a href="blob.html">as_blob()</a></code> function (for users) and the <code><a href="vec_cast.blob.html">vec_cast.blob()</a></code> method (for implementers). Implement a <code>vec_cast.blob.myclass()</code> method to support coercing objects of your class to blobs. See <code><a href="../../vctrs/html/vec_cast.html">vctrs::vec_cast()</a></code> for more detail. </p> <h3>Usage</h3> <pre> as.blob(x, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>An object.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Passed on to methods.</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>blob</em> version 1.2.1 <a href="00Index.html">Index</a>]</div> </body></html>