xml2 icon indicating copy to clipboard operation
xml2 copied to clipboard

Request: n argument to xml_children

Open MichaelChirico opened this issue 4 years ago • 1 comments

Re-directing from https://github.com/tidyverse/rvest/issues/255

pg %>% xml_children(2L)

Would be the same as

pg %>% xml_children %>% xml_children

MichaelChirico avatar Nov 06 '19 11:11 MichaelChirico

Sure, I think this makes sense, though it might be slightly tricky to implement.

jimhester avatar Mar 09 '20 19:03 jimhester