View source: R/acquireAuditData.R
acquireAuditData | R Documentation |
Rattle uses an artificial dataset for demonstration purposes. This function retrieves the source data https://archive.ics.uci.edu/ml/machine-learning-databases/adult/adult.data and then transforms the data in a variety of ways.
acquireAuditData(write.to.file=FALSE)
write.to.file |
Whether to generate a colleciton of files based on the data. The files generated include: audit.csv, audit.Rdata, audit.arf, and audit\_missing.csv |
See the function definition for details of the processing done on the data downloaded from the UCI repository.
By default the function returns a data frame containing the audit dataset. If write.to.file is TRUE then the data frame is returned invisibly.
Package home page: https://rattle.togaware.com
audit
, rattle
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.