qenv-class {teal.code}R Documentation

Reproducible class with environment and code

Description

Reproducible class with environment and code.

Slots

.xData

(environment) environment with content was generated by the evaluation

code

(⁠named list⁠ of character) representing code necessary to reproduce the environment. Read more in Code section. of the code slot.

Code

Each code element is a character representing one call. Each element is named with the random identifier to make sure uniqueness when joining. Each element has possible attributes:


[Package teal.code version 0.6.1 Index]