get_dataset_attributes {arenar} | R Documentation |
Generates list with attributes of a dataset
Description
Generates list with attributes of a dataset
Usage
get_dataset_attributes(arena, dataset)
Arguments
arena |
live or static arena object
|
dataset |
List with following elements
dataset Data frame
target Name of one column from data frame that is used as target variable
label Label for dataset to be displayed in Arena
variables vector of column names from data frame without target
|
Value
simple list with attributes of given dataset
[Package
arenar version 0.2.0
Index]