View source: R/helper_functions.R
lib.devTools_install | R Documentation |
Will install devtools and it's dependencies into the multiversion library provided by 'lib.location()'. An alternative library location can optionally be specified.
lib.devTools_install(lib_location = lib.location(), force_install = FALSE)
lib_location |
The library (can be an empty folder) to install Devtools in. Defaults to |
force_install |
FALSE by default, if the package 'devTools' is already installed, it will return silently. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.