resTab: Create Table 1 and Table 2

Description Usage Arguments Value Examples

View source: R/resTab.R

Description

Generates html files with Table values.

Usage

1
resTab(listsf = NA, input_rp = NA, make_html = FALSE)

Arguments

listsf

List of five sf objects created by prepTabcover.R

input_rp

Location with points of river sections.

make_html

Logical (TRUE/FALSE). Should html tables be written.

Value

Creates html tables with values used in article.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
lsf <-  prepTabcover(pBasin = B, pBasinSp = Bsp, 
pBasinC = BC, riv = rin, make_shape = FALSE)
# hack to get folder path
rp <- system.file("shape/shapes_rivers3395", package="cmartr")
# run
lt <- resTab(listsf = lsf, input_rp = rp, make_html = TRUE)

## End(Not run)

darrennorris/cmartr documentation built on May 23, 2020, 10:10 p.m.