View source: R/getFeaturesValues.R
getFeaturesValues | R Documentation |
Extracts features values according to features definitions
getFeaturesValues(
features,
features_def,
operators = c("+", "-", "*", "/", "(", ")", "ABS", "COS", "SIN", "SQR", "SQRT"),
split = "|",
...
)
features |
a data.frame of features, typically an object of class 'IFC_features'. |
features_def |
a list of features definitions, typically an object of class 'IFC_features_def'. |
operators |
operators used. Default is c("+", "-", "*", "/", "(", ")", "ABS", "COS", "SIN", "SQR", "SQRT"). |
split |
string used for splitting. Default is "|". |
a data.frame of features values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.