Implementation of the Remote Procedure Call Protocol ('XML-RPC')
The 'XML-RPC' is a remote procedure call protocol based on 'XML'. The xmlrpc2
package provides an implementation of this protocol for R.
This package is inspired by the XMLRPC
package but utilizes the curl
and xml2
packages for improved performance and modern dependencies, replacing the older RCurl
and XML
packages.
You can install the development version of xmlrpc2
from CRAN with:
install.packages("xmlrpc2")
xmlrpc2
relies on the following packages:
curl
xml2
base64enc
This package is licensed under the GPL-3 License.