build_field_lists | R Documentation |
Given the desired fields to be returned, intelligently add an exclusion for the data array if warranted and handle the "all" keyword. And do so without setting both fields and fields_exclude due to fact that the API will return wrong results if are passed. This is still posssible if the user deliberately sets both. Not exported.
build_field_lists(fields, type)
fields |
character vector of fields user wants returned |
type |
type of records to get fields for |
list list with fields key for df fields and query key for parameters to be merged with the query sent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.