Request information about all valid result columns to request from Arctos.
Value
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.
Examples
library(ArctosR)
if (interactive()) {
r <- get_result_parameters()
}