Skip to content

IDEA: Add dfenv()? #10

@HenrikBengtsson

Description

@HenrikBengtsson

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

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions