Skip to content

spread with a data.frame of only two columns key and value #41

@matthieugomez

Description

@matthieugomez
df <- data.frame(
    x = c(1, 2),
    y = c(3, 4)
)
spread(df, x, y) 

I expected df to have only one row. Is is really the intended behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions