Description Usage Arguments Value References Examples
View source: R/Reporter-Inference.R
This R Package asks for a .csv file with data and returns a report (.docx) with Inference Report concerning all possible combinations of variables (i.e. columns).
1 | docinfeR(path = "", var.type = "all")
|
path |
(Optional) A character vector with the path to data file. If empty character string (""), interface will appear to choose file. |
var.type |
(Optional) The type of variables to perform analysis, with possible values: "all", "numeric", "integer", "double", "factor", "character". |
The output will be a document in the temp folder (tempdir()).
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.