── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
Rows: 36449 Columns: 14
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (8): Domain Code, Domain, Area, Element, Item, Unit, Flag, Flag Description
dbl (6): Area Code, Element Code, Item Code, Year Code, Year, Value
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Rows: 38170 Columns: 14
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (8): Domain Code, Domain, Area, Element, Item, Unit, Flag, Flag Description
dbl (6): Area Code, Element Code, Item Code, Year Code, Year, Value
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Egg_chicken
# A tibble: 27,436 × 4
Area Item Year Value
<chr> <chr> <dbl> <dbl>
1 Afghanistan Eggs, hen, in shell 1961 4000
2 Afghanistan Eggs, hen, in shell 1961 25000
3 Afghanistan Eggs, hen, in shell 1961 10000
4 Afghanistan Eggs, hen, in shell 1962 4400
5 Afghanistan Eggs, hen, in shell 1962 25000
6 Afghanistan Eggs, hen, in shell 1962 11000
7 Afghanistan Eggs, hen, in shell 1963 4600
8 Afghanistan Eggs, hen, in shell 1963 25000
9 Afghanistan Eggs, hen, in shell 1963 11500
10 Afghanistan Eggs, hen, in shell 1964 4800
# ℹ 27,426 more rows
Rows: 82116 Columns: 14
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (8): Domain Code, Domain, Area, Element, Item, Unit, Flag, Flag Description
dbl (6): Area Code, Element Code, Item Code, Year Code, Year, Value
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.