Learn R Programming

preprocomb (version 0.3.0)

getpreprocessor: gets preprocessor definition

Description

gets preprocessor definition

Usage

getpreprocessor(preprocessor = NULL)

Arguments

preprocessor
(character) name of preprocessor, defaults to NULL for list of all preprocessors

Details

getpreprocessor with the name of the preprocessor shows preprocessing function body defined with setpreprocessor(). getpreprocessor without name shows all preprocessors that can be used by functions prepro() and setphase().

Examples

Run this code
getpreprocessor()
getpreprocessor("basicscale")

Run the code above in your browser using DataLab