install.packages("molnet")
to install the package and the R dependenciesdevtools::install()
within to install, or use remotes::install_github()
without cloning.molnet::install_python_dependencies()
to install the necessary dependencies automatically. You can use the function arguments to customize and use either pip or conda for the installation. If you prefer to install the dependencies manually, check out the requirements file in this repository inst/requirements.txt
.At the moment all functions are exported to make debugging easier. However, many functions are not intended for used-interaction. These functions are marked with (INTERNAL)
in the function documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.