gonz.analysis_version: get the current analysis version

Usage Examples

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function () 
{
    if (!file.exists("av")) 
        stop("could not find the analysis version file")
    a <- read.table("av", as.is = T)[1, 1]
  }

jwbargsten/biogonzales_r documentation built on May 20, 2019, 6:24 a.m.