set.groundhog.folder {groundhog}R Documentation

Set groundhog folder location

Description

Set groundhog folder location

Usage

set.groundhog.folder(path)

Arguments

path

Character. The path to the groundhog folder containing the library where packages are downloaded and installed. For best performance and reliability, it is recommended that the groundhog folder be in the same volume/drive as the folder used as the default R library, and that it not be in a Dropbox (or similar) folders. Groundhog will be slower and occasionally produce errors when the groundhog folder is in Dropbox or a different drive.

Value

(invisibly) TRUE upon success.

See Also

get.groundhog.folder()

Examples

## Not run: 
set.groundhog.folder("c:/groundhog_folder")

## End(Not run)


[Package groundhog version 3.2.0 Index]