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)
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.
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.