env2string: This function will convert the elements in the given...

Description Usage Arguments Value

View source: R/env2string.R

Description

This function will convert the elements in the given environment to a single character string. This is useful when passing the contents of the environment to a new R instances vis-a-vis the command line.

Usage

1
  env2string(theenv)

Arguments

theenv

the environment to convert to a string.

Value

the string representation of the environment.


jbryer/makeR documentation built on May 18, 2019, 7:02 p.m.