create_pub_table: Create Publication Table

Description Usage Arguments Value Examples

Description

Creates an image of a table from a dataframe.

Usage

1
create_pub_table(dataframe)

Arguments

dataframe

A dataframe object.

Value

The text table as an object that can be saved to png/tiff/jpg/pdf.

Examples

 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)

vallenderlab/MicrobiomeR documentation built on Aug. 30, 2019, 11:24 p.m.