combo_statdoc: Combine Function Icons

Description Usage Arguments Examples

Description

This function allows for specifically combining functions under a common line.

Usage

1
combo_statdoc(path, combine, file = NULL)

Arguments

path

Path to the index.html file.

combine

A list of vectors to combine together. The functions will be combined int he order of each vector.

file

The path/file name to output.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
library(qdap)
(examp <- system.file("extdata/qdap", package = "acc.roxygen2"))
file.copy(examp, to=getwd(), recursive = TRUE)
path <- paste0(getwd(), "/qdap/index.html")
file <- paste0(getwd(), "/qdap/index2.html")
library(qdap)
comb <- list(
    qcv(distTab, multiscale),
    qcv(outlier.detect, cm_time.temp, word_list)
)
combo_statdoc(path, comb)
combo_statdoc(path, comb, file)

## End(Not run)

trinker/acc.roxygen2 documentation built on May 31, 2019, 8:41 p.m.