set_fred_key {eFRED}R Documentation

Set a FRED API Key

Description

Function used to set the default key. If included, then key arguments in FRED API calls are no longer needed. API keys can be requested at https://fred.stlouisfed.org/docs/api/api_key.html.

Usage

set_fred_key(key)

Arguments

key

32 character lower-cased alpha-numeric character string

Value

NULL

Examples

set_fred_key("abcdefghijklmnopqrstuvwxyz123456")


[Package eFRED version 0.1.0 Index]