as_hce.default {hce} | R Documentation |
Coerce a data frame to an hce
object
Description
Coerce a data frame to an hce
object
Usage
## Default S3 method:
as_hce(x, ...)
Arguments
x |
an object. |
... |
additional parameters. |
Value
an hce
object.
See Also
as_hce()
, as_hce.data.frame()
.
Examples
dat <- KHCE
class(dat) <- "moo" # non-existent class
as_hce(dat) # tries to convert to an hce object
[Package hce version 0.8.0 Index]