You are here

Revision of omxQuotes from Thu, 10/27/2011 - 13:37

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

Description: omxQuotes pastes quotation marks ("") around a function name.

Usage:omxQuotes(name)

Arguements:

name:

the name of the function to insert quotation marks around.

Example:

modelName <- flatModel@name
object <- flatModel[[threshName]]
if (is.null(object)) {
    stop(paste("The thresholds matrix/algebra", omxQuotes(threshName), 
            "for model", omxQuotes(modelName), 
            "does not exist."), call. = FALSE)
}