Description Usage Arguments Value Examples
Generates html files with Table values.
| 1 | 
| 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. | 
Creates html tables with values used in article.
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.