extract_feature_info | R Documentation |
This function analyzes the given dataset and extracts information about each feature.
extract_feature_info(data, timestamp_col = "timestamp")
data |
The dataset to analyze. |
timestamp_col |
Optional. The name of the timestamp column to exclude from features. |
A list containing information about each feature, including type and bounds/categories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.