printParameters {mrbin} | R Documentation |
A function for printing parameters to the screen.
Description
This function reads parameters from the global variable mrbin.env$mrbin$parameters and prints the required R code for creating a data set to the screen.
Usage
printParameters(verbose = TRUE)
Arguments
verbose |
Should the code be shown on the screen? |
Value
An invisible character string
Examples
printParameters()
[Package mrbin version 1.9.4 Index]