tables_from_dai_response {daiR} | R Documentation |
Get tables from response object
Description
tables_from_dai_response()
is deprecated; please use get_tables()
instead.
Usage
tables_from_dai_response(object)
Arguments
object |
an HTTP response object returned by |
Value
a list of data frames
Examples
## Not run:
tables <- tables_from_dai_response(response)
## End(Not run)
[Package daiR version 1.0.0 Index]