Learn R Programming

RSEIS (version 3.3-3)

infoDB: Print information about the seismic database

Description

Print information about the seismic database

Usage

infoDB(DB)

Arguments

DB
Database list

Value

  • list(
  • ustaUnique station names
  • ucompUnique component names
  • startstarting date
  • endending date

See Also

makeDB

Examples

Run this code
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