set_congress_key {congress}R Documentation

Add Entry to Renviron

Description

Adds Congress API key to .Renviron.

Usage

set_congress_key(key, overwrite = FALSE, install = FALSE)

Arguments

key

Character. API key to add to add.

overwrite

Defaults to FALSE. Boolean. Should existing CONGRESS_KEY in Renviron be overwritten?

install

Defaults to FALSE. Boolean. Should this be added '~/.Renviron' file?

Value

key, invisibly

Examples

## Not run: 
set_congress_key('1234')

## End(Not run)


[Package congress version 0.0.3 Index]