Skip to contents

Dinosaurs data

Usage

dinosaurs

Format

A data frame.

Source

ChatGPT-3.5, Caution: The accuracy of the data has not been verified.

Examples

dplyr::glimpse(dinosaurs)
#> Rows: 31
#> Columns: 14
#> $ dinosaur         <chr> "Tyrannosaurus rex", "Triceratops", "Velociraptor", "…
#> $ size             <dbl> 12192.00, 9144.00, 182.88, 9144.00, 6096.00, 4876.80,…
#> $ size_unit        <chr> "cm", "cm", "cm", "cm", "cm", "cm", "cm", "cm", "cm",…
#> $ weight           <dbl> 4.08200e+03, 5.44300e+03, 4.53600e+01, 4.98900e+03, 1…
#> $ weight_unit      <chr> "kg", "kg", "kg", "kg", "kg", "kg", "kg", "kg", "kg",…
#> $ speed            <dbl> 32.19, 24.14, 64.37, 8.05, 8.05, 64.37, 40.23, 40.23,…
#> $ speed_unit       <chr> "km/h", "km/h", "km/h", "km/h", "km/h", "km/h", "km/h…
#> $ habitat          <chr> "Terrestrial", "Terrestrial", "Terrestrial", "Terrest…
#> $ family           <chr> "Tyrannosauridae", "Ceratopsidae", "Dromaeosauridae",…
#> $ color            <chr> "Brown/Green", "Brown/Grey", "Brown", "Brown/Grey", "…
#> $ number_of_legs   <dbl> 2, 4, 2, 4, 4, 2, 2, 2, 4, 4, 2, 2, 2, 2, 4, 4, 2, 2,…
#> $ body_temperature <chr> "Warm-blooded", "Warm-blooded", "Warm-blooded", "Warm…
#> $ diet             <chr> "Carnivore", "Herbivore", "Carnivore", "Herbivore", "…
#> $ time_lived       <chr> "Late Cretaceous", "Late Cretaceous", "Late Cretaceou…