Browse Source

README

master
boB Rudis 7 years ago
parent
commit
454ef613f7
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      README.md

4
README.md

@ -31,7 +31,7 @@ library(htmltidy)
# current verison
packageVersion("htmltidy")
## [1] '0.3.1'
## [1] '0.4.0'
library(XML)
library(xml2)
@ -245,7 +245,7 @@ sum(map_int(book, nchar))
## [1] 207501
system.time(tidy_book <- tidy_html(book))
## user system elapsed
## 0.023 0.001 0.024
## 0.023 0.001 0.025
```
(It's usually between 20 & 25 milliseconds to process those 202 kilobytes of HTML.) Not too shabby.

Loading…
Cancel
Save