View package:utils R Documentation _I_n_v_o_k_e _a _D_a_t_a _V_i_e_w_e_r _D_e_s_c_r_i_p_t_i_o_n: Invoke a spreadsheet-style data viewer on a matrix-like R object. _U_s_a_g_e: View(x, title) _A_r_g_u_m_e_n_t_s: x: an R object which can be coerced to a data frame with non-zero numbers of rows and columns. title: title for viewer window. Defaults to name of 'x'. _D_e_t_a_i_l_s: Object 'x' is coerced (if possible) to a data frame, and all non-numeric columns are then coerced to character. The object is then viewed in a spreadsheet-like data viewer, a read-only version of 'data.entry'. If there are row names on the data frame that are not '1:nrow', they are displayed in a separate first column called 'row.names'. Objects with zero columns or zero rows are not accepted. The array of cells can be navigated by the cursor keys and Home, End, Page Up and Page Down (where supported by X11) as well as Enter and Tab. _V_a_l_u_e: Invisible 'NULL'. The functions puts up a window and returns immediately: the window can be closed via its controls or menus. _S_e_e _A_l_s_o: 'edit.data.frame', 'data.entry'.