powered by
hce
Coerce a data frame to an hce object
# S3 method for default as_hce(x, ...)
an hce object.
an object.
additional parameters.
as_hce(), as_hce.data.frame().
as_hce()
as_hce.data.frame()
dat <- KHCE class(dat) <- "moo" # non-existent class as_hce(dat) # tries to convert to an hce object
Run the code above in your browser using DataLab