Takes some basic input on the timeperiod and county then creates a
plot of the data in ggplot2.  Similar to the county_ts_data()
function.  Can create timeseries from 1990 to 2040 (beyond 2013 are
forecasts).
Note: Requires dplyr, ggplot2, ggthemes, scales, and grid R packages.
| 1 | county_ts_chart(fips, beginyear = 1990, base = 12)
 | 
| fips | The County FIPS number (without leading Zeros) | 
| beginyear | The first year in the timeseries Defaults to 1990. | 
| base | Base font size. | 
| endyear | The first year in the timeseries Defaults to 2013. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.