Package: xmlrpc2 1.1
Florian Schwendinger
xmlrpc2: Implementation of the Remote Procedure Call Protocol ('XML-RPC')
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'.
Authors:
xmlrpc2_1.1.tar.gz
xmlrpc2_1.1.tar.gz(r-4.5-noble)xmlrpc2_1.1.tar.gz(r-4.4-noble)
xmlrpc2_1.1.tgz(r-4.4-emscripten)xmlrpc2_1.1.tgz(r-4.3-emscripten)
xmlrpc2.pdf |xmlrpc2.html✨
xmlrpc2/json (API)
# Install 'xmlrpc2' in R: |
install.packages('xmlrpc2', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 6 years agofrom:d066d4d503. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-linux | OK | Nov 23 2024 |
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert from the 'XML-RPC' Format into an R Object. | from_xmlrpc |
Convert R Objects into the 'XML-RPC' Format | rpc_serialize |
Create a 'XML-RPC' Call | to_xmlrpc |
Call the Remote Procedure | xmlrpc |