Coerce any object inheriting from `mvdf` to a data frame.
# S4 method for mvdf_obj as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x | An object inheriting from `mvdf`. |
---|---|
row.names, optional, ... | Arguments passed to [base::as.data.frame]. |