tables_from_dai_response {daiR} | R Documentation |
tables_from_dai_response()
is deprecated; please use get_tables()
instead.
tables_from_dai_response(object)
object |
an HTTP response object returned by |
a list of data frames
## Not run:
tables <- tables_from_dai_response(response)
## End(Not run)