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.

exoplanetdata exoplanetdata hex sticker

Tidied datasets of confirmed exoplanets and their host stars, retrieved from NASA’s Exoplanet Archive via the REXoplanets package. Column names have been simplified for classroom use, with units baked into names where ambiguous. Intended as a companion dataset for introductory statistics teaching in the spirit of the moderndive textbook.

How this differs from the exoplanets package

exoplanetdata ships ready-to-use, pre-tidied data frames (planets and stars) that load instantly with data() and need no network access — the column names, units, and types have been curated for classroom use. It is not a client for the NASA archive.

If instead you want to query NASA’s Exoplanet Archive live and pull down arbitrary tables and columns yourself, use the rOpenSci exoplanets package (a programmatic API client), or REXoplanets, which exoplanetdata itself uses to build its snapshots.

Installation

Once the package is on CRAN, install the released version with:

install.packages("exoplanetdata")

You can install the development version from GitHub with:

# install.packages("pak")
pak::pak("moderndive/exoplanetdata")

Datasets

library(exoplanetdata)

# One row per confirmed exoplanet (host-star parameters merged in)
planets

# Reference-level stellar parameters (many rows per host star)
stars

See ?planets and ?stars for full data dictionaries.

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.