useRepos {R.utils} | R Documentation |
Sets package repositories
Description
Sets package repositories.
Usage
useRepos(repos=NULL, where=c("before", "after", "replace"), unique=TRUE, fallback=TRUE,
...)
Arguments
repos |
A |
where |
A |
unique |
If |
fallback |
If |
... |
Not used. |
Value
Returns a list
with element 'repos' reflecting options("repos")
as the options where prior to calling this function.
Author(s)
Henrik Bengtsson
See Also
withRepos
().
[Package R.utils version 2.12.3 Index]