Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
Rows: 5731 Columns: 9
── Column specification ────────────────────────────────────────────────────────
Delimiter: "\t"
chr (7): continent, status, order, family, genus, species, reference
dbl (2): log_mass, combined_mass
ℹ 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.
`summarise()` has regrouped the output.
Joining with `by = join_by(continent)`
ℹ Summaries were computed grouped by continent and status.
ℹ Output is grouped by continent.
ℹ Use `summarise(.groups = "drop_last")` to silence this message.
ℹ Use `summarise(.by = c(continent, status))` for per-operation grouping
(`?dplyr::dplyr_by`) instead.
Warning: Removed 910 rows containing non-finite outside the scale range
(`stat_bin()`).