Learn R Programming

RSEIS (version 2.1-6)

ruler: Column Ruler

Description

Column Ruler for determining columns to read.

Usage

ruler(a = "")

Arguments

a
character string, optional

Value

  • Side effects

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.

See Also

substr

Examples

Run this code
aa = paste(runif(n=5), collapse='-')
ruler(aa)

Run the code above in your browser using DataLab