The function converts response object obtained via
query_scotstat
function and returns a data frame.
parse_response(x)
x | A response object. |
---|
A data frame.
# NOT RUN { parse_response(x = query_scotstat(query = "SELECT * { ?s ?p ?o } LIMIT 10")) # }