View source: R/runExamplesWrapper.R
retrieveMan | R Documentation |
retrieve the names of all man files
retrieveMan(package)
package |
character string full pathname for the package folder |
returns a list of the names of all man files
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.