library("pdfetch")
data <- pdfetch_FRED(c("GFDEBTN", "GDPC1"))
I want the ID, which shows dates, to be created as a variable. Does anyone have any idea on what's the best way to do this?
library("pdfetch")
data <- pdfetch_FRED(c("GFDEBTN", "GDPC1"))
I want the ID, which shows dates, to be created as a variable. Does anyone have any idea on what's the best way to do this?