# Homework 08 template # ==================== # Goal: Tidy up data from Eurostat # clear workspace rm(list = ls()) # edit the following lines -- assign resulting table into variable eudata: eudata <- # do not edit following # - save results save(eudata, file = "results.RData")