The function converts response object obtained via query_scotstat function and returns a data frame.

parse_response(x)

Arguments

x

A response object.

Value

A data frame.

Examples

# NOT RUN {
parse_response(x = query_scotstat(query = "SELECT * { ?s ?p ?o } LIMIT 10"))
# }