Plot any FRED time series
visualize_fred_time_series(series_id = "DGS2", use_random = FALSE,
fred_data_transformation = NULL, date_start = NULL, date_end = NULL,
plot_transformations = c("mean", "median", "smooth"), plot_labels = FALSE,
interactive = FALSE)
any FRED series ID
if TRUE
a random FRED series ID is chosen
data start date, if NULL
all chosen
data end date,
Any plot transformations you wish to apply
median
: Median value
mean
: Mean value
smooth
: GAM smooth line
if TRUE
text of any plot transformations are plotted
if TRUE
visualization turned into an interactive plotly widget
Any FRED transformation
default
change
change prior year
percent change
percent change prior year
compounded rate of change
continiously compounded rate of change
continiously compounded annual rate of change
natural log
index
if interactive
a plotly htmlwidget or else a static ggplot2 visualization