EnsurePackages {hivEstimatesAccuracy} | R Documentation |
Load packages. They will be installed if needed.
EnsurePackages(packageNames)
packageNames |
Vector of package names to load. Required. |
NULL (invisibly)
## Not run: EnsurePackages(packageNames = c("jomo")) ## End(Not run)