View source: R/micromamba_bin_path.R
micromamba_bin_path | R Documentation |
micromamba
ExecutableThis function returns the file path to the micromamba
executable managed
by the condathis
package. The path is determined based on the system's
operating system and architecture.
micromamba_bin_path()
A character string representing the full path to the micromamba
executable.
The path differs depending on the operating system:
<install_dir>/micromamba/Library/bin/micromamba.exe
<install_dir>/micromamba/bin/micromamba
condathis::with_sandbox_dir({
# Retrieve the path to where micromamba executable is searched
micromamba_path <- condathis::micromamba_bin_path()
print(micromamba_path)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.