removeStudy: Remove an installed study R package
Description
Remove an installed study R package
Usage
removeStudy(study, library = .libPaths()[1])
Value
Invisibly returns the path of the removed study package
Arguments
- study
The name of the study or an onStudy
object. Do not include
the prefix of the installed package, e.g. ONstudy
.
- library
Directory where the study package is installed. Defaults to first directory
returned by .libPaths
.