response_view {bambooHR} | R Documentation |
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)
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.
[Package bambooHR version 0.1.1 Index]