COMStop {excel.link} | R Documentation |
For details about these functions see help for RDCOMClient package by Duncan Temple Lang duncan@wald.ucdavis.edu: http://www.omegahat.net/RDCOMClient, http://www.omegahat.net.
COMStop(msg, status, class = "COMError") createCOMReference(ref, className) DispatchMethods .COMInit(status = TRUE) COMCreate(name, ..., existing = TRUE) getCOMInstance(guid, force = TRUE, silent = FALSE) getCLSID(appName) ## S4 replacement method for signature 'COMIDispatch,ANY' x$name <- value ## S4 method for signature 'COMIDispatch' x$name ## S4 method for signature 'COMIDispatch,numeric' x[[i, j, ...]] ## S4 method for signature 'COMIDispatch,ANY' x[[i, j, ...]] ## S4 replacement method for signature 'COMIDispatch,character,missing' x[[i, j, ...]] <- value ## S4 replacement method for signature 'COMIDispatch,numeric,ANY' x[[i, j, ...]] <- value .COM(obj, name, ..., .dispatch = as.integer(3), .return = TRUE, .ids = numeric(0), .suppliedArgs) asCOMArray(obj) isValidCOMObject(obj) COMList(obj, class = "COMList") ## S4 method for signature 'COMList' length(x) ## S4 method for signature 'COMList,numeric' x[[i, j, ...]] ## S4 replacement method for signature 'COMList,numeric,ANY' x[[i, j, ...]] <- value ## S4 method for signature 'COMList' length(x) ## S4 method for signature 'COMList' lapply(X, FUN, ...) ## S4 method for signature 'COMList' sapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE) ## S4 method for signature 'COMIDispatch' lapply(X, FUN, ...) ## S4 method for signature 'COMIDispatch' sapply(X, FUN, ..., simplify = TRUE, USE.NAMES = TRUE) getItemClassName(x) ## S4 method for signature 'COMTypedList' getItemClassName(x) ## S4 method for signature 'COMTypedList,numeric' x[[i, j, ...]] ## S4 method for signature 'COMTypedParameterizedNamedList' names(x) ## S4 method for signature 'COMTypedList,character' x[[i, j, ...]] ## S4 method for signature 'COMTypedNamedList' getItemClassName(x) ## S4 method for signature 'COMTypedNamedList' names(x) ## S4 method for signature 'CompiledCOMCoClass' getItemClassName(x) ## S4 method for signature 'CompiledCOMCoClass,character' x[[i, j, ...]] ## S4 replacement method for signature 'CompiledCOMCoClass,character,ANY' x[[i, j, ...]] <- value ## S4 method for signature 'CompiledCOMCoClass' x$name ## S4 replacement method for signature 'CompiledCOMCoClass,character' x$name <- value COMNames(x) ## S4 method for signature 'CompiledCOMIDispatch' names(x) ## S4 method for signature 'CompiledCOMIDispatch' x$name ## S4 method for signature 'CompiledCOMIDispatch,character' x[[i, j, ...]] ## S4 method for signature 'CompiledCOMIDispatch,numeric' x[[i, j, ...]] ## S4 replacement method for signature 'CompiledCOMIDispatch,character' x$name <- value ## S4 replacement method for signature 'CompiledCOMIDispatch,character,ANY' x[[i, j, ...]] <- value ## S4 method for signature 'COMList,numeric,missing' x[i, j, ..., drop = TRUE] ## S4 method for signature 'COMTypedNamedList,numeric,missing' x[i, j, ..., drop = TRUE] ## S4 method for signature 'COMTypedNamedList,character,missing' x[i, j, ..., drop = TRUE] ## S4 method for signature 'COMTypedNamedList,character' x[[i, j, ..., exact = NA]] ## S4 method for signature 'EnumValue' show(object) EnumValue(id, value, obj = new("EnumValue")) ## S4 method for signature 'character,numeric,EnumValue' EnumValue(id, value, obj = new("EnumValue")) ## S4 method for signature 'character,EnumValue,ANY' EnumValue(id, value, obj = new("EnumValue")) ## S4 method for signature 'numeric,EnumValue,ANY' EnumValue(id, value, obj = new("EnumValue")) ## S4 method for signature 'character,missing,EnumValue' EnumValue(id, value, obj = new("EnumValue")) ## S4 method for signature 'numeric,missing,EnumValue' EnumValue(id, value, obj = new("EnumValue")) createTypeVarName(className, var, quote = TRUE) ## S4 method for signature 'COMIDispatch' createTypeVarName(className, var, quote = TRUE) ## S4 method for signature 'CompiledCOMCoClass' createTypeVarName(className, var, quote = TRUE) ## S4 method for signature 'character' createTypeVarName(className, var, quote = TRUE) getCOMElements(type, env = NA, namesOnly = FALSE)
msg |
See RDCOMClient documentation. |
status |
See RDCOMClient documentation. |
class |
See RDCOMClient documentation. |
ref |
See RDCOMClient documentation. |
className |
See RDCOMClient documentation. |
name |
See RDCOMClient documentation. |
... |
See RDCOMClient documentation. |
existing |
See RDCOMClient documentation. |
guid |
See RDCOMClient documentation. |
force |
See RDCOMClient documentation. |
silent |
See RDCOMClient documentation. |
appName |
See RDCOMClient documentation. |
x |
See RDCOMClient documentation. |
value |
See RDCOMClient documentation. |
i |
See RDCOMClient documentation. |
j |
See RDCOMClient documentation. |
obj |
See RDCOMClient documentation. |
.dispatch |
See RDCOMClient documentation. |
.return |
See RDCOMClient documentation. |
.ids |
See RDCOMClient documentation. |
.suppliedArgs |
See RDCOMClient documentation. |
X |
See RDCOMClient documentation. |
FUN |
See RDCOMClient documentation. |
simplify |
See RDCOMClient documentation. |
USE.NAMES |
See RDCOMClient documentation. |
drop |
See RDCOMClient documentation. |
exact |
See RDCOMClient documentation. |
object |
See RDCOMClient documentation. |
id |
See RDCOMClient documentation. |
var |
See RDCOMClient documentation. |
quote |
See RDCOMClient documentation. |
type |
See RDCOMClient documentation. |
env |
See RDCOMClient documentation. |
namesOnly |
See RDCOMClient documentation. |
An object of class integer
of length 3.
Duncan Temple Lang duncan@wald.ucdavis.edu