if (FALSE) {
# Return a list of the sources, with ID's
sources <- fetch_squiggle_data("sources")
# Get tips for Round 1, 2018
tips <- fetch_squiggle_data(query = "tips", round = 1, year = 2018)
# Get tips from Squiggle 2019
squiggle <- fetch_squiggle_data(query = "tips", source = 1, year = 2019)
}
Run the code above in your browser using DataLab