You are here

Revision of omxQuotes from Thu, 10/27/2011 - 16:03

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

Description: omxQuotes pastes quotation marks ("") around its argument.

Usage:omxQuotes(name)

Arguements:

name:

a character vector 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)
}