Was this page helpful?

How do I list the contents of an archive?

From $1

    Table of contents
    No headers

    First, if the archive isn't already open and started up

    RSS$source <- SEASCANARCH$get.ports()[[1]]                ## make the source a seascan archive reader

    config(RSS$source, filename="c:/data/myseascanarch.dat")  ## set the filename
    start.up(RSS$source)

    Then, get the contents:

    get.contents(RSS$source)     ## a list with start/end times and numbers of scans for each segment


    Was this page helpful?
    Tags: (Edit tags)
    • No tags
     
    Comments (0)

     
    Powered by MindTouch Core