View source: R/Data_Functions.R
Input | R Documentation |
Runs a set of input control methods are returns the output in a single table
Input(Data, MPs = NA, reps = 100, timelimit = 10, CheckMPs = TRUE, msg = TRUE)
Data |
A Data object |
MPs |
A list of input MPs, if NA all available input MPs are run |
reps |
Number of repetitions (for those methods that use them) |
timelimit |
Maximum timelimit to run MP (in seconds) |
CheckMPs |
Logical, the Can function is run if this is TRUE |
msg |
Logical. Should messages be printed? |
A. Hordyk
## Not run:
library(MSEtool)
Input(MSEtool::Cobia)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.