Find all repositories from a path which have a remote defined and fetch all of them.
1 2 | fetch_all(path = Sys.getenv("HOME"), progress = "interactive",
prune = FALSE)
|
path |
a character vector of full path names; the default corresponds to the 'HOME' directory. This parameter is then passed in [list.dirs] |
progress |
either "interactive" or "shiny" or NULL. Indicate what backend should be used to print a progress bar. The "interactive" choice uses the 'dplyr' backend (see ['dplyr::progress_estimated'](dplyr::progress_estimated)). The "shiny" choice uses the 'shiny' backend (see ['shiny::Progress'](shiny::Progress)). The NULL choice does not print any progress bar. |
prune |
should 'fetch –prune' be called. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.