xpath2list: xpath2list

Description Usage Arguments Examples

Description

Turn xml nodes into list, xpath is supported

Usage

1
xpath2list(doc, xpath = NULL, smart = TRUE)

Arguments

doc

Examples

1
2
3
4
r <- GetService()
xpath2list(r)
xpath2list(r, '/ListAllMyBucketsResult/Owner')
xpath2list(r, '/ListAllMyBucketsResult/Buckets/Bucket')

gahoo/ross documentation built on May 16, 2019, 5:35 p.m.