view_table: Display an interactive table using shiny

View source: R/view_table.R

view_tableR Documentation

Display an interactive table using shiny

Description

Table with specimens in an interactive session.

Note that the shiny app will freeze your R session as long as the app is running. The app will stop if you close the respective tab.

Usage

view_table(x, ...)

## S3 method for class 'specimens'
view_table(
  x,
  add_cols = c("coll_date", "leg", "taxon_name"),
  date_format = "%d.%m.%Y",
  ...
)

Arguments

x

A specimens object.

...

Further arguments passed among methods.

add_cols

A character vector with the names of columns to be displayed in the table.

date_format

A character value indicating the format used for the collection date. It is passed to the function format.Date().

Examples

## Not run: 
view_table(churo_survey)

## End(Not run)


kamapu/specimens documentation built on March 1, 2024, 11:15 a.m.