Learn R Programming

bambooHR (version 0.1.1)

response_view: View Data About a Response.

Description

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

Usage

response_view(x, title)

Value

NULL.

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.