Skip to content

Make print and summary functions for session object #27

@ArtPoon

Description

@ArtPoon

Presently printing a session displays the following:

> ses
<environment: 0x5583ffd49208>
attr(,"class")
[1] "session"     "environment"

and calling summary() raises different errors:

> summary(ses)
Error in order(var_counts, decreasing = F) : argument 1 is not a vector

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