Queries NASA's Near Earth Object Web Service (NeoWs) to retrieve data about asteroids and comets approaching Earth within a specified date range.
Value
A data frame containing information about near-Earth objects, including name, close approach date, relative velocity (km/h), miss distance (kilometers), and estimated diameter (meters).
Details
The function calls the NeoWs feed endpoint at https://api.nasa.gov/neo/rest/v1/feed. Each asteroid's metadata is extracted into a tidy format for analysis. The maximum allowed range between start and end dates is 7 days.