zload {NoviceDeveloperResources}R Documentation

zload

Description

detach old version of package from search path, load new version, and validate

Usage

zload(lib, pack, dt)

Arguments

lib

character string containing the name of the user-designated library

pack

character string containing the name of a package

dt

date table in list format

Value

returns updated version of date table

Examples

## Not run: 
# you need to specify packs that are on your own computer !!
lib<-getSysLib()
dt<-list()
zload(lib,"NoviceDeveloperResources",dt)

## End(Not run)


[Package NoviceDeveloperResources version 1.2.0 Index]