Skip to content

Correct error in the solution for subsetting data: exercises - exercise 1 #23

@SvonGrebmer

Description

@SvonGrebmer

Inconsistency in the solution for Exercise 1:

Exercise 1:
Correct the following code, so only the first 10 rows and the last three columns are extracted:

characters[4:6, 10]

The solution provided here is characters[1:10, 4:6], but should be characters[1:10, 5:7]

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