sensitive_keys: Sensitive Keys

Description Usage Arguments Value

View source: R/utils.R

Description

A function that loads all sensitive information into a global namespace for use throughout the code.

Usage

1
sensitive_keys(printToSlack, printToScreen, testing, storePred)

Arguments

printToSlack

A boolean on whether results should be returned to slack or not.

printToScreen

A boolean on whether results should be printed to screen or sink file or not.

testing

A boolean to indicate whether tests are being run, so that preloaded data sets are used and API endpoints are generally avoided to test functionality rather than the endpoints.

storePred

A boolean to indicate whether to store predicted results in the prediction hash in redis.

Value

Returns a list of KEYS used by most functionality of footballstats.


ntyndall/footballstats documentation built on Aug. 13, 2019, 1:36 p.m.