| install_vsearch | R Documentation |
Downloads and installs the vsearch binary from GitHub into the MiscMetabar user data directory. This is especially useful on Windows where vsearch is not available from a system package manager.
After installation, all MiscMetabar functions that use vsearch will
find the binary automatically via find_vsearch().
install_vsearch(
version = "latest",
path = tools::R_user_dir("MiscMetabar", "data"),
force = FALSE
)
version |
(default: "latest") The vsearch version to install
(e.g. |
path |
(default: |
force |
(default: FALSE) If |
The path to the installed vsearch binary (invisibly).
Adrien Taudière
find_vsearch(), is_vsearch_installed()
## Not run:
install_vsearch()
install_vsearch(version = "2.30.5")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.