futureverse / futureverse/listenv

IDEA: Add dfenv()?

Open
#10 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
R
Stars
31
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Would it make sense to also have a data frame environment that is an environment but emulates how a data frame works? For example,

``` r
df <- dfenv(a=1:3, b=c("x", "y", "z"))
df <- cbind(df, c=c(TRUE, FALSE, TRUE))
df$d <- 5:7
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.