Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ruler

Column Ruler


Description

Column Ruler for determining columns to read.

Usage

ruler(a = "")

Arguments

a

character string, optional

Details

This routine is set up to help get the columns for specific column oriented data. The ruler is dumped out below the character string for comparison. If no string is provided, just the rule is dumped. Use routine substr to extract the data from the columns.

Value

Side effects

Author(s)

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

See Also

substr

Examples

## Not run: 
aa <- paste(runif(n=5), collapse='-')
ruler(aa)

## End(Not run)

RSEIS

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.