view_table | R Documentation |
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.
view_table(x, ...)
## S3 method for class 'specimens'
view_table(
x,
add_cols = c("coll_date", "leg", "taxon_name"),
date_format = "%d.%m.%Y",
...
)
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 |
## Not run:
view_table(churo_survey)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.