Displaying 1 result from an estimated 1 matches for "trough2trough".
2010 Mar 18
1
Do colClasses in readHTMLTable (XML Package) work?
...et(htmlParse(doc),"//table") [[2]] # The
main table is the second one because it's embedded in the page table.
xt <- readHTMLTable(
table,
header =
c("peak","trough","contraction","expansion","trough2trough","peak2peak"),
colClasses =
c("character","character","character","character","character","character"),
trim = TRUE
)
Does anyone know what's wrong?
Marsh Feldman
[[alt...