crubba / htmltab

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

Remove duplicated columns #5

Open crubba opened 9 years ago

crubba commented 9 years ago

Like here:

url = "http://apps.who.int/immunization_monitoring/globalsummary/incidences?c=PER"
htmltab(doc = url, header = 4, body = "//tr[position() > 4 and not(./td[@colspan = '100%'])]", fillNA = "_")