# While database_glance can be used with a .csv file downloaded manually
# from the universal FQA website, it is most typically used in combination
# with download_database().
chicago_db <- download_database(database_id = 1)
chicago_db_summary <- database_glance(chicago_db)
Run the code above in your browser using DataLab