Description Usage Arguments Examples
Load a remote zip file as a library. Nothing is permanently installed. While technically this _should_ work for any package, its use is in practice reserved for packages small enough to be very quickly loaded.
1 | load_remote_zip(remote_zip)
|
remote_zip |
A url to a web address containing a zipped R package. |
1 2 3 4 | ## Not run:
load_remote_zip('/path/to/some_zipped_package.zip')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.