read.ipactable: Read in Table output from IPAC

Description Usage Arguments Value Author(s) Examples

Description

Tables from NASA/IPAC Infrared Science Archive have a specific format that is not read into R through one of the normal table readers. This function will read an IPAC table and identify the columns.

Usage

1

Arguments

file1

Character string containing pathway to file that needs to be read.

Value

Returns a dataframe with the columns and column classes indicated in the header to the IPAC table.

Author(s)

Taran Esplin

Examples

1
2
3
4
## Not run: 
	#This function cannot be easily provided with an example
	
## End(Not run)

esplint/IRACpm documentation built on May 16, 2019, 8:52 a.m.