Learn R Programming

xmlrpc2 (version 1.1)

Implementation of the Remote Procedure Call Protocol ('XML-RPC')

Description

The 'XML-RPC' is a remote procedure call protocol based on 'XML'. The 'xmlrpc2' package is inspired by the 'XMLRPC' package but uses the 'curl' and 'xml2' packages instead 'RCurl' and 'XML'.

Copy Link

Version

Install

install.packages('xmlrpc2')

Monthly Downloads

287

Version

1.1

License

GPL-3

Last Published

August 23rd, 2018

Functions in xmlrpc2 (1.1)

xmlrpc

Call the Remote Procedure
from_xmlrpc

Convert from the XML-RPC Format into an R Object.
rpc_serialize

Convert R Objects into the XML-RPC Format
to_xmlrpc

Create a XML-RPC Call