Description Usage Arguments Value Examples
Creates an image of a table from a dataframe.
1 | create_pub_table(dataframe)
|
dataframe |
A dataframe object. |
The text table as an object that can be saved to png/tiff/jpg/pdf.
1 2 3 4 5 6 7 8 9 10 | ## Not run:
if(interactive()){
# This example uses data that are no longer available in the MicrobiomeR package,
# however, they can be easily generated with \code{\link{MicrobiomeR}{as_basic_format}}.
library(MicrobiomeR)
data <- MicrobiomeR::basic_silva$data$taxa_abundance
create_pub_table(data)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.