KyleHaynes / RDCOMClient

Fork of omegahat/RDCOMClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RDCOMClient

This R package allows users to invoke (D)COM methods and access properties in any (D)COM object that implements the IDispatch interface. This includes applications such as MS Excel, Word and many others. This is a Windows-specific package.

Install

Run the following to install the stable version from CRAN:

install.packages("RDCOMClient")

or from the Omegahat repository

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R")

Please ask for a binary if there is not one available. Alternatively, you can build the package from source without much difficulty. With Rtools installed, one can build the package from source without the need for any third-party libraries.

From the (Windows) command line

R CMD INSTALL RDCOMClient

or using devtools

devtools::install_github("omegahat/RDCOMClient")

Documentation

Check the full documentation to learn more about the package.

Related Packages

  • RDCOMServer

  • RDCOMEvents

  • SWinTypeLibs

  • rdcom

About

Fork of omegahat/RDCOMClient

License:GNU General Public License v2.0


Languages

Language:C++ 52.6%Language:Assembly 23.3%Language:R 17.4%Language:C 6.4%Language:Rebol 0.3%