Description Usage Arguments Value Examples
Function saves your environment to a csv file. It's inspired from python "pip freeze" command and the only difference in fact is the output format. However both are human-readable. IMPORTANT NOTE: it takes into account your current session, so it is recommended to run it whenever your main script ran.
1 | freeze(filename = "requirements.yaml")
|
filename |
filepath of the config file (default to "requirements.csv"). It is recommended that you don't change it; both for convention reasons and the fact that it's not the only function that takes it as default value |
normalized filepath (function is called for it's side effect)
1 2 | sessionInfo()
freeze()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.