Skip to content

A fork of RDCOMClient that better-handles nested arrays.

License

Notifications You must be signed in to change notification settings

Caliper-Corporation/RDCOMClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, PowerPoint, Outlook and many others.

This is a Windows-specific package.

Install

Run the following to install from the Omegahat repository

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

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 in R

devtools::install_github("omegahat/RDCOMClient")

Documentation

Check the full documentation to learn more about the package.

Related Packages

  • RDCOMServer

  • RDCOMEvents

  • SWinTypeLibs

  • SWinRegistry

  • rdcom

  • RExcel

About

A fork of RDCOMClient that better-handles nested arrays.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.8%
  • Assembly 23.1%
  • R 18.0%
  • C 7.1%