.fdic_doc_function | R Documentation |
Documentation function
.fdic_doc_function()
fdic_base$get_available_fields()
Get the fields available for queries
fdic_base$get_available_field_description(field)
Get the description of a field
fdic_base$setFilters(filters)
fdic_base$setFields(fields)
fdic_base$setSort_by(sort_by)
fdic_base$setSort_order(sort_order)
fdic_base$setLimit(limit)
fdic_base$setOffset(offset)
fdic_locations$setAgg_by(agg_by)
fdic_locations$setAgg_term_fields(agg_term_fields)
fdic_locations$setAgg_sum_fields(agg_sum_fields)
fdic_locations$setAgg_limit(agg_limit)
field
one of the available query fields returned by get_available_fields
filters
the filter for the bank search.
fields
Comma delimited list of fields to search
sort_by
Field name by which to sort returned data
sort_order
Indicator if ascending (ASC) or descending (DESC)
limit
The number of records to return. Default is 10 and maximum is 10,000.
offset
The offset of page to return
agg_by
The field(s) by which data will be aggregated. Valid values are 'YEAR' or 'YEAR,STNAME'.
agg_term_fields
The field(s) for which aggregations will be counted for each unique term.
agg_sum_fields
The field(s) for which aggregations will be summed or aggregated.
agg_limit
The limit on how many aggregated results will be displayed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.