Learn R Programming

ASML (version 1.1.0)

KPI_table: Internal generic for KPI_table

Description

This function serves as the internal S3 generic for KPI_table methods. It dispatches the call to the appropriate method based on the class of data_object. Currently, only as_data is implemented. Users or developers can extend this generic by writing new methods for other classes.

Usage

KPI_table(data_object, ...)

Arguments

data_object

object.

...

other parameters.

Details

This generic is not intended to be used directly by package users. It exists to enable method dispatch for different classes. Marked as internal to keep it out of the user-facing function index.