Description Usage Arguments Examples
Installs an R package provided as a tarball, installs its dependencies, and runs the package's 'main()' function.
1 |
path |
path to a package tarball |
... |
other arguments (currently ignored) |
1 2 3 4 | ## Not run:
run('myapp_0.1.0.tar.gz')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.