xmltools icon indicating copy to clipboard operation
xmltools copied to clipboard

paths with ****

Open msgoussi opened this issue 7 years ago • 0 comments

I am trying to use xmltools, but I get stuck when I run xml_get_paths, because it gives me /// doc <- read_xml("ExportedResults.xls") nodesets <- doc %>% xml2::xml_children() nodesets[5] %>% xml_view_trees() nodesets[5] %>% xml_get_paths() %>% unlist() %>% unique()

I am trying to get dataframe using xpath: Worksheet/Table/Row/Cell/Data

ExportedResults.zip

msgoussi avatar Jan 29 '18 07:01 msgoussi