powered by
Parse the JSON response from cube/report v2 download api and convert the data into a R data frame
response
JSON response from the cube/report v2 download api
Parser$new()
Parser$parse()
Parser$to_dataframe()
Parser$clone()
new()
Parser$new(response)
parse()
Parser$parse(response)
to_dataframe()
clone()
The objects of this class are cloneable with this method.
Parser$clone(deep = FALSE)
deep
Whether to make a deep clone.
# NOT RUN { # Create a parser object p <- Parser$new(response) # Parse the first request p$parse(response) # Return the data frame p$to_dataframe() # }
Run the code above in your browser using DataLab