Learn R Programming

parallelML (version 1.2)

getCall: Convert string to function call

Description

Convert string to function call, where you can acces easily all entries

Usage

getCall(MLCall)

Arguments

MLCall
Your call to a machine learning algorithm. All arguments in this call should be named.

Value

A function Call of class "call"

Examples

Run this code
## Not run: 
# library(e1071)
# MLCall <- "svm(formula = Species ~ ., data = iris)"
# functionCall <- getCall(MLCall)
# functionCall$formula
# ## End(Not run)

Run the code above in your browser using DataLab