Learn R Programming

daiR (version 1.0.0)

tables_from_dai_response: Get tables from response object

Description

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

Usage

tables_from_dai_response(object)

Value

a list of data frames

Arguments

object

an HTTP response object returned by dai_sync_tab()

Examples

Run this code
if (FALSE) {
tables <- tables_from_dai_response(response)
}

Run the code above in your browser using DataLab