Learn R Programming

RBaseX (version 0.1.4)

Full: Title Full

Description

Executes a query and returns a vector with all resulting items as strings, prefixed by the 'XDM' (Xpath Data Model) Meta Data <https://www.xdm.org/>.

Usage

Full(query_obj)

Arguments

query_obj

QueryClass instance-ID

Examples

Run this code
# NOT RUN {
query_txt <- "for $i in 1 to 2 return <xml>Text { $i }</xml>"
query_obj <- Query(Session, query_txt)

print(Full(query_obj))  ## Return "0b" "<xml>Text 1</xml>" "0b" "<xml>Text 2</xml>"

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab