Skip to contents

Get or set your Halo Infinite API access token as an environment variable. Calling set_HaloDotAPI_token() without the token argument will allow the user to provide their token in a pop-up window using askpass::askpass() to avoid entering the token into the R terminal.

Usage

get_HaloDotAPI_token()

set_HaloDotAPI_token(token = NULL)

Arguments

token

HaloDotAPI Token.

Value

get_HaloDotAPI_token() invisibly returns the API token if it is found as an environment variable.