dateTable {NoviceDeveloperResources} | R Documentation |
dateTable
Description
list of file dates
Usage
dateTable(dt, f, when)
Arguments
dt |
date table in list format |
f |
character string containing the full path name of the file |
when |
character string either "before" or "after" |
Details
allows the user to confirm that the .tar.gz and the library packages are not left-overs
Value
updated version of dt
Examples
## Not run:
# you need to specify dir, f that is on your own computer !!
dt<-list()
dir<-"~/personal/hearts/hearts_card_game_bayesian_inference/packages"
f<-sprintf("%s/%s",dir,"NoviceDeveloperResources_1.1.0.tar.gz")
when<-"before"
dateTable(dt,f,when)
## End(Not run)
[Package NoviceDeveloperResources version 1.2.0 Index]