GetConfigurationTypeFromVariable: Get configuration type from variable

get_config_type_from_variableR Documentation

Get configuration type from variable

Description

From an R object set at configuration, define the required special type for configuration

Usage

get_config_type_from_variable(configs_list)

Arguments

x

A list of configurations with the names set to the corresponding key

Details

This is a utility function that helps map R types to their corresponding config type as expected for this package.

This allievates the use of csv files for configuration as options can be specified as anonymous function arguments (kwargs)

Value

A string of the special config data type

See Also

redcap_project


smockin/RedcapData documentation built on Feb. 2, 2023, 3:19 a.m.