Documentation for jbiu/

Generated by IDLdoc

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

io/

extract_rows.pro


top source extract_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

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

v in

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

Modification date: Wed Apr 15 16:07:46 2009
Lines: 47