Documentation for jbiu/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

io/

extract_rows.pro

topextract_rows

I/O

result = extract_rows(a, v)

This function extracts rows from a CSV structure (as read using READ_CSV) and returns a new CSV structure.

Return value

A structure of the same form as the one returned by READ_CSV containing only the rows listed in V.

Parameters

a in required

A CSV structure, of the format read in using READ_CSV.

v in required

A vector of indices of the rows to extract.

Author information

History:

Written by: Jeremy Bailin 11 June 2008 Public release in JBIU

File attributes

Modifcation date: Fri Jun 13 10:51:52 2008
Lines: 47