Skip to content

Allow for selection of columns by name as an unquoted expression #2

@fazetu

Description

@fazetu
ht <- htable(mtcars)

# all of these would work and do the same thing:
ht$col_bold(1)
ht$col_bold("mpg")
ht$col_bold(mpg) # add this option

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions