## Not run:
# # Get charts related to Washington
# pollster_charts(state = 'WA')
# # Get national charts
# pollster_charts(state='US')
# # Get charts for the topic '2016-president'
# pollster_charts(topic = '2016-president')
# # Get all charts
# pollster_charts()
# # By default, this only returns the first 100 charts, to get more
# # set max_pages higher. Use Inf, to ensure you get all.
# pollster_charts(topic = '2016-president', max_pages = Inf)
# ## End(Not run)
Run the code above in your browser using DataLab