View source: R/write_requirements.R
write_requirements | R Documentation |
Writes a list of Debian packages that should be installed. Caution: If you have a Dockerfile, this file will be ignored.
write_requirements(path = ".", requirements = NULL)
path |
Path to project |
requirements |
A list of Python packages that should be installed in your environment. |
write_requirements( path = ".", requirements = " numpy==1.16.* matplotlib==3.* seaborn==0.8.1 " )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.