freeze: Freeze the environment

Description Usage Arguments Value Examples

View source: R/freeze.R

Description

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.

Usage

1
freeze(filename = "requirements.yaml")

Arguments

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

Value

normalized filepath (function is called for it's side effect)

Examples

1
2

fcyprowski/microservicer documentation built on Nov. 4, 2019, 12:39 p.m.