abundTable: Create a 'kable' abundance table

View source: R/abundTable.R

abundTableR Documentation

Create a kable abundance table

Description

#Function to make abundance kable table across two marginal variables (col1, col2)

Usage

abundTable(d, col1, col2, totals = FALSE)

Arguments

d

Data frame or tibble

col1

First column to use (e.g. species)

col2

Second column to use (e.g. site)

totals

Should column and row totals be added?

Value

A kable table

Examples

NULL

samuelVJrobinson/SRtools documentation built on Nov. 11, 2024, 12:37 p.m.