R/generic_functions.R
get_dataset.Rd
This function serves as a generic method to extract datasets from objects of various classes. It dispatches to specific methods based on the class of the input object.
get_dataset(object, ...)
An object from which to extract the dataset.
Additional arguments passed to other functions.
The get_dataset extracted from the object.