Rdocumentation
powered by
Learn R Programming
BRugs (version 0.8-2)
modelSetWD: Set working directory
Description
Change the working directory
Usage
modelSetWD(dir)
Arguments
dir
Directory to change to. A character string
Details
Simply an alias for
setwd
from base R, provided to mimic the OpenBUGS script function
modelSetWD
.