hud_set_key: Set HUD_KEY System Variable

View source: R/hud_key.R

hud_set_keyR Documentation

Set HUD_KEY System Variable

Description

A wrapper around Sys.getenv() to set HUD_KEY environment variable. Allows the user to also set the key to their .RProfile in working or HOME.

Usage

hud_set_key(key, in_wkdir = FALSE, in_home = FALSE)

Arguments

key

A character vector of length one with key obtained at https://www.huduser.gov/hudapi/public/register?comingfrom=1

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

  • hud_get_key()

  • hud_set_key()


etam4260/rhud documentation built on Nov. 12, 2022, 2:53 a.m.