Learn R Programming

runExamplesWrapper (version 1.0)

retrieveMan: retrieveMan

Description

retrieve the names of all man files

Usage

retrieveMan(package)

Value

returns a list of the names of all man files

Arguments

package

character string full pathname for the package folder

Examples

Run this code
if (FALSE) {
# replace package with your own version!!
dir1<-"~/personal/hearts/hearts_card_game_bayesian_inference/packages/"
dir2<-"inference_packages/inference_packages/"
dir<-sprintf("%s/%s",dir1,dir2)
pack<-"cardUtils"
package<-sprintf("%s/%s",dir,pack)
l<-retrieveMan(package)
}

Run the code above in your browser using DataLab