openIqy: Open an Informer Live Excel .iqy file

Description Usage Arguments

View source: R/openIqy.R

Description

This function is designed to take the path to an .iqy file used with Excel. The function can be provided a named list of predifined parameters.

Usage

1
openIqy(path, param_list = NULL, build_only = FALSE, convert = TRUE)

Arguments

path

Character of the path to a Live Excel .iqy file.

param_list

A named list with the run time parameters for opening the data source. If not provided, these fields will be prompted for in the console.

build_only

If TRUE, the function can be used as a helper app to build the param_list without executing the query.

convert

If TRUE, character columns with all digit values, and dates with all fields formatted YYYY-MM-DD will be converted to the appropriate type.


erikpal/WUtilities documentation built on June 15, 2021, 2:01 p.m.