Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omegahat/RDCOMClient
https://github.com/omegahat/RDCOMClient
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/omegahat/RDCOMClient
- Owner: omegahat
- License: gpl-2.0
- Created: 2012-04-12T13:10:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T15:42:04.000Z (over 2 years ago)
- Last Synced: 2024-08-03T22:18:20.306Z (4 months ago)
- Language: C++
- Homepage:
- Size: 157 KB
- Stars: 78
- Watchers: 18
- Forks: 35
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - omegahat/RDCOMClient - (C++)
README
# 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
```r
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
```r
devtools::install_github("omegahat/RDCOMClient")
```## Documentation
Check the [full documentation](http://www.omegahat.net/RDCOMClient/) to learn more about the package.
## Related Packages
+ RDCOMServer
+ RDCOMEvents
+ SWinTypeLibs
+ SWinRegistry+ rdcom
+ RExcel