# NOT RUN {
api_key <- "abcdefghijklmnopqrstuvwxyz123456"
# Panel of Unemployment Rates Across States
unemploy <- fred_state("UR", key = api_key)
unemploy
# Panel of Constant GDP per Capita by Country
GDP <- fred_group("NYGDPPCAPKD", eFRED::countries, type="postfix",
key=api_key, name= "gdppc", grp_name="country")
GDP
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab