mm_parsed_extract()
extracts a data frame from the parsed response body.
Usage
mm_parsed_extract(parsed, .get = "data")
extract_data(parsed)
extract_criteria_or_labels(parsed)
extract_schema(parsed)
Examples
# Returns NULL from empty list
resp <- httr2::response_json()
resp |>
megamation:::mm_resp_parse() |>
megamation:::mm_parsed_extract()
#> NULL