Skip to content

Implement generic view() #373

@krlmlr

Description

@krlmlr
view.default <- function(x) {
  if (interactive()) {
    View(x)
  }
  invisible(x)
}

I wonder if this function should do anything useful in non-interactive mode.

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