Turns a close_reply into a plain data.frame, one row per record. This is
what the client returns in the "tabular" output mode; close_as_sf() adds
geometry on top of the same rows. Metering and envelope metadata (token counts,
block_geoid, assumptions, ...) are attached as attributes.
Examples
if (FALSE) { # \dontrun{
close <- close_client(output = 'raw')
close_as_df(close$modes())
} # }
