ustfd_response_payload | R Documentation |
ustfd_response_payload()
will return the results of the query in tabular
format in the form of a tibble with one column for each field returned and
one row for every record returned in the same order they were returned.
ustfd_response_payload(response)
response |
a parsed response returned by |
a tibble
Other ustfd_low_level:
ustfd_json_response()
,
ustfd_request()
,
ustfd_response_meta_object()
,
ustfd_url()
## Not run:
library(ustfd)
query <- ustfd_query('v1/accounting/dts/dts_table_2', sort =c('-record_date'))
response <- ustfd_request(query)
payload_table <- ustfd_response_payload(response)
payload_meta <- ustfd_response_meta_object(response)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.