getSupportedPreparations {EventDetectR}R Documentation

getSupportedPreparations

Description

Get a list of all data preparation methods that are currently supported in package 'eventDetectR'.

Usage

getSupportedPreparations()

Value

allSupportedPreparations a list of strings with each supported method name. The strings can be copied and used in calls to 'eventDetect' or 'buildEDModel'

Examples

preps <- getSupportedPreparations()

[Package EventDetectR version 0.3.5 Index]