View source: R/as_hce.default.R
as_hce.default | R Documentation |
hce
objectCoerce a data frame to an hce
object
## Default S3 method:
as_hce(x, ...)
x |
an object. |
... |
additional parameters. |
an hce
object.
as_hce()
, as_hce.data.frame()
.
dat <- KHCE
class(dat) <- "moo" # non-existent class
as_hce(dat) # tries to convert to an hce object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.