Restore the renv project
renv_restore(name, collection = "posts", clean = FALSE, prompt = FALSE, ...)
name | The folder in which the article is located |
---|---|
collection | The collection the article belongs to (default = "posts") |
clean | Remove packages not recorded in the lockfile? (default = FALSE) |
prompt | Prompt user? |
... | Arguments to be passed to renv::restore() |
???