Skip to content

Commit

Permalink
retire {XMLRPC}
Browse files Browse the repository at this point in the history
retiring omega hat projects that haven't been moved to GitHub

ref #500 #503
  • Loading branch information
wibeasley committed Feb 21, 2023
1 parent 04e121d commit 0aa3e73
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WebTechnologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ Colloquially, these activities are called
This may be useful for web scraping, as well as
transforming XML markup into another human- or machine-readable format
(e.g., HTML, JSON, plain text, etc.).
- `r ohat("XMLRPC")` provides an implementation of XML-RPC,
a relatively simple remote procedure call mechanism that uses HTTP and XML.
This can be used for communicating between processes on a single machine or
for accessing Web services from within R.

- *HTML*:
All of the tools that work with XML also work for HTML, though HTML tends to be more prone to be malformed. So `xml2::read_html()` is a good first function to use for importing HTML. Other tools are designed specifically to work with HTML.
Expand Down

0 comments on commit 0aa3e73

Please sign in to comment.