Skip to contents

Set a user agent when querying the HUD User APIs.

Usage

hud_set_user_agent(user_agent, in_wkdir = FALSE, in_home = FALSE)

Arguments

user_agent

A character vector with the user agent.

in_wkdir

set the key in the user's .RProfile in this directory. Is defaulted to false.

in_home

set the key in the user's HOME directory. Is defaulted to false.

See also

Examples

if (FALSE) {

hud_set_user_agent("im-the-user")

}