get_result_parameters | R Documentation |
Request information about all valid result columns to request from Arctos.
get_result_parameters()
Data frame listing valid result columns and associated
description and category. The returned columns are: display
, obj_name
,
query_cost
, category
, description
, default_order
. The names in
obj_name
are passed to get_records
in the columns
parameter as a list
.
library(ArctosR)
if (interactive()) {
r <- get_result_parameters()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.