Skip to contents

This function uses the `View` function from Rstudio if available, otherwise it uses the utils::View function.

Usage

response_view(x, title)

Arguments

x

An R object which can be coerced to a data frame with non-zero numbers of rows and columns.

title

Title for the viewer window.

Value

NULL.