See ejamit()$results_bysite in interactive table in RStudio viewer pane
Source:R/ejam2tableviewer.R
ejam2tableviewer.Rd
See ejamit()$results_bysite in interactive table in RStudio viewer pane
Arguments
- out
output of ejamit(), or one table like ejamit()$results_overall, or subset like ejamit()$results_bysite7,
- fname
optional. path and filename of the html file to save the table to, or it uses tempdir() if not specified. Set it to NULL to prevent saving a file.
- maxrows
only load/ try to show this many rows max.
- launch_browser
set TRUE to have it launch browser and show report. Ignored if not interactive() or if fname is set to NULL.
Value
a datatable object using DT::datatable()
that can be printed to the console or shown in the RStudio viewer pane