1. Ex

Load according to the following predefined parameters from two different sources (WITS and COMTRADE) and compare the results:

Questions:
1. Load both data sets to R under the names ctPolandTotals and witsPolandTotals
2. Compare two data sets using different functions such as: glimpse(), str(), nrows(), all_equal() or more from dplyr package. 3. Briefly describe what is the difference between two data sets.

Copyright © 2017 Eduard Bukin. All rights reserved.