insightsengineering / teal.code

Code storage and execution class for teal applications
https://insightsengineering.github.io/teal.code/
Other
11 stars 7 forks source link

[Feature Request]: "subset" method for `qenv` object #211

Open gogonzo opened 1 week ago

gogonzo commented 1 week ago

Feature description

subset(names) method, should subset qenv object to keep only @env <- @env[names] and @code <- <@code for [names]>. Consider if it is worth exposing such function, or should we keep it as teal internal (where it is used). If we have a method to subset the code - then it makes sense to subset the whole object.

Code of Conduct

Contribution Guidelines

Security Policy

donyunardi commented 4 days ago

Acceptance Criteria