Skip to content

Allow for selection of rows (and columns?) from the top up with negative indices #5

@fazetu

Description

@fazetu
ht <- htable(mtcars)

# these would all work and do the same thing:
ht$row_bold(nrow(mtcars))
ht$row_bold(-1)

ht$row_bold(nrow(mtcars) - 1) # select second to last row
ht$row_bold(-2)

Should the same work for columns?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions