The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The BioWorldR
package provides a curated collection of
biodiversity and species-related datasets, covering a wide range of taxa
including birds, plants, reptiles, turtles, mammals, bees, and
marine organisms. By gathering and standardizing these datasets
from public repositories and ecological R packages, it enables
researchers, educators, and students to easily access well-documented
examples for use in biodiversity, ecology, biogeography, and
comparative biology.
You can install the BioWorldR
package from CRAN with the
following R function:
install.packages("BioWorldR")
After installation, load the package and start exploring and using its functions and datasets.
library(BioWorldR)
Each dataset in BioWorldR
is labeled with a
suffix to indicate its structure and type:
_df
: A data frame
_list
: A list
_tbl_df
: A tibble
These datasets encompass a wide variety of formats and content,
including species occurrence records, trait measurements,
ecological interactions, population dynamics, and conservation-related
information. By centralizing well-documented examples,
BioWorldR
simplifies teaching, prototyping,
reproducible workflows, and exploratory analyses in the
biological sciences.
Reptiles_df: This dataset contains the valid names and url addresses for all reptile species cataloged in The Reptile Database
Gorillas_df: Chest-beating rates in Gorillas.
Brain_animals: Brain weight versus body weight of 28 animals
# Load the package
library(BioWorldR)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.