Learn R Programming

RSEIS (version 4.1-1)

infoDB: Print information about the seismic database

Description

Print information about the seismic database

Usage

infoDB(DB, verbose=TRUE)

Value

list(

usta

Unique station names

ucomp

Unique component names

start

starting date

end

ending date

Arguments

DB

Database list

verbose

logical, print information to screen, default=TRUE

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

makeDB

Examples

Run this code

if (FALSE) {

 path  <-  '/home/lees/Site/Santiaguito/SG09'
     pattern  <-  "R0*"

     ###   get DB information
     XDB   <-   makeDB(path, pattern, kind =1)

infoDB(XDB)


}



Run the code above in your browser using DataLab