Skip to content

R Programming / Matrices and Data Frames: correct solution not accepted #417

@stragu

Description

@stragu

AnswerTests: calculates_same_value('matrix(1:20, nrow=4, ncol=5)'); expr_creates_var('my_matrix2')

With this test, the following solution with all named arguments is not accepted:

my_matrix2 <- matrix(data = 1:20, nrow = 4, ncol = 5)

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