You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: