crubba / htmltab

An R package for assembling data frames from HTML tables (fka htmltable)
Other
26 stars 7 forks source link

No encoding supplied: defaulting to UTF-8. Error: Couldn't find the table. Try passing (a different) information to the which argument. #20

Open 123freshy opened 6 years ago

123freshy commented 6 years ago

HI, I tried running one of the examples that appear in the documentation. However I'm getting this error. `library(htmltab) library(XML) library(tidyr)

url <- "http://www.abs.gov.au/ausstats/abs@.nsf/cat/3321.0.55.001" htmltab(doc = url, which = 9)`

these are the errors and warnings I"m getting. oddly enough, it worked the night before and for some hours in the morning, then for reasons unknown to me the warning/error came back.

No encoding supplied: defaulting to UTF-8. Error: Couldn't find the table. Try passing (a different) information to the which argument.