fExistsAge {NoviceDeveloperResources}R Documentation

fExistsAge

Description

check for newly created file existence and age

Usage

fExistsAge(f)

Arguments

f

character string containing the path name of the file

Value

returns no values,but has side effect of terminating if file is not valid

Examples

## Not run: 
# you need to specify f that is on your own computer !!
dir1<-"/Users/barryzeeberg/personal/hearts"
dir2<-"hearts_card_game_bayesian_inference/packages"
f<-"NoviceDeveloperResources_1.1.0.tar.gz"
fExistsAge(sprintf("%s/%s/%s",dir1,dir2,f))

## End(Not run)


[Package NoviceDeveloperResources version 1.2.0 Index]