read_nea_table: read_nea_table

Description Usage Arguments Details Value Examples

Description

This is a simple function for read the tables downloaded by NASA Exoplanet Archive. You can use read.csv() function if you need to be more especific about your data.

Usage

1

Arguments

table

A string containing the table name. For the available tables check 'details' below.

folder

If NULL (default) this function will search for the folder created by nea_table(). If the data is in a different directory, pass the PATH_TO_YOUR_FOLDER as a string.

Details

Use before nea_table() for download the data that you want to work. You can check the available tables in https://exoplanetarchive.ipac.caltech.edu/docs/program_interfaces.html#data.

Value

A data frame containing the data

Examples

1
2
nea_table_dl("q1_q17_dr24_tce") # Download your data
read_nea_table("q1_q17_dr24_tce")

samuelmacedo83/exoplanets documentation built on May 29, 2019, 11:45 a.m.