View source: R/install_blimp.R
| install_blimp | R Documentation |
Downloads and installs Blimp into a user-writable directory managed by rblimp. This is an alternative to installing Blimp via the system installer from https://www.appliedmissingdata.com/blimp.
install_blimp(dir = NULL, force = FALSE, quiet = FALSE, linux_variant = NULL)
dir |
Install directory. Defaults to a hidden, user-writable
per-OS location ( |
force |
Logical; overwrite an existing managed install, or proceed
even when a system installation of Blimp is detected. Default |
quiet |
Logical; suppress progress messages. Default |
linux_variant |
Optional character; |
The install directory location can be overridden globally via the
R_BLIMP_HOME environment variable.
Set R_BLIMP_PREVENT_INSTALL=true to disable install_blimp (intended for
locked-down environments).
Non-interactive R sessions require force = TRUE.
Path to the installed blimp executable, invisibly.
Calling install_blimp() contacts updates.blimpstats.com over HTTPS
to fetch the Blimp engine. Information may be collected as described
in the privacy policy.
See privacy policy: https://www.blimpstats.com/privacy.
uninstall_blimp, update_blimp
## Not run:
# Install Blimp to the default managed location
install_blimp()
# Install to a custom directory
install_blimp(dir = "~/blimp-managed")
# Force install on a Linux RHEL 8 system without auto-detection
install_blimp(linux_variant = "rhel8")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.