[Deprecated] tables_from_dai_response() is deprecated; please use get_tables() instead.

tables_from_dai_response(object)

Arguments

object

an HTTP response object returned by dai_sync_tab()

Value

a list of data frames

Examples

if (FALSE) {
tables <- tables_from_dai_response(response)
}