Skip to contents

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.

Usage

get_dataset(object, ...)

Arguments

object

An object from which to extract the dataset.

...

Additional arguments passed to other functions.

Value

The get_dataset extracted from the object.